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 | 001111110011111100111111001111111001100111110000100101010111100001000010 | 3f3f3f3f99f0957842 |
EUC-JP | ????咀富B | 001111110011111100111111001111111101001011110010110010011101100101000010 | 3f3f3f3fd2f2c9d942 |
UTF-8 | 吏흘렩렍咀富B | 11101111101001111001111011101101100111011001100011101011101000001010100111101011101000001000110111100101100100101000000011100101101011111000110001000010 | efa79eed9d98eba0a9eba08de59280e5af8c42 |
UHC | 吏흘렩렍咀富B | 11101100101001111100100011101010100011101011011110001110101000111110111010111010110111011010001101000010 | eca7c8ea8eb78ea3eebadda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)