To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箋??浴?? | 1110001010110011001111110011111110010111100000010011111100111111 | e2b33f3f97813f3f |
EUC-JP | 箋??浴?? | 1110010010110101001111110011111111001101111000010011111100111111 | e4b53f3fcde13f3f |
UTF-8 | 箋묈읃浴믦꼍 | 111001111010111010001011111010111010110010001000111011001001110110000011111001101011010110110100111010111010111110100110111010101011110010001101 | e7ae8bebac88ec9d83e6b5b4ebafa6eabc8d |
UHC | 箋묈읃浴믦꼍 | 111011111010100010010001111001011001111110111010111010011011000110010010111010001011001010111101 | efa891e59fbae9b192e8b2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)