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 | 佚?葬??? | 1001100011000011001111111001000110010010001111110011111100111111 | 98c33f91923f3f3f |
EUC-JP | 佚?葬??? | 1101000011000101001111111100000111110010001111110011111100111111 | d0c53fc1f23f3f3f |
UTF-8 | 佚렋葬렟麟렯 | 111001001011110110011010111010111010000010001011111010001001000110101100111010111010000010011111111011111010011110110011111010111010000010101111 | e4bd9aeba08be891aceba09fefa7b3eba0af |
UHC | 佚렋葬렟麟렯 | 111011001110101010001110101000101110110111110111100011101011000011101100111010001000111010111100 | ecea8ea2edf78eb0ece88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)