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 | 蒸?以?耘? | 100011111111011000111111100010001100100000111111111000111100111100111111 | 8ff63f88c83fe3cf3f |
EUC-JP | 蒸?以?耘? | 101111101111100000111111101100001100101000111111111001101101000100111111 | bef83fb0ca3fe6d13f |
UTF-8 | 蒸렟以렒耘렒 | 111010001001001010111000111010111010000010011111111001001011101110100101111010111010000010010010111010001000000010011000111010111010000010010010 | e892b8eba09fe4bba5eba092e88098eba092 |
UHC | 蒸렟以렒耘렒 | 111100011111101010001110101100001110110010100100100011101010011111101001111111001000111010100111 | f1fa8eb0eca48ea7e9fc8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)