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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?????┘B | 0011111100111111001111110011111100111111100001001010001101000010 | 3f3f3f3f3f84a342 |
EUC-JP | ?????┘B | 0011111100111111001111110011111100111111101010001010010101000010 | 3f3f3f3f3fa8a542 |
UTF-8 | 僚뱄쫺僚뱄┘B | 11101111101001101011101111101011101100011000010011101100101010111011101011101111101001101011101111101011101100011000010011100010100101001001100001000010 | efa6bbebb184ecabbaefa6bbebb184e2949842 |
UHC | 僚뱄쫺僚뱄┘B | 11101000111010001011100111101111101001101001000111101000111010001011100111101111101001101010010101000010 | e8e8b9efa691e8e8b9efa6a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)