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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 程?壯?樟?^ | 10010010111101100011111110011010111000010011111110001111101111100011111101011110 | 92f63f9ae13f8fbe3f5e |
EUC-JP | 程?壯?樟?^ | 11000100111110000011111111010100111000110011111110111110110000000011111101011110 | c4f83fd4e33fbec03f5e |
UTF-8 | 程렖壯렒樟렊^ | 11100111101010001000101111101011101000001001011011100101101000111010111111101011101000001001001011100110101010001001111111101011101000001000101001011110 | e7a88beba096e5a3afeba092e6a89feba08a5e |
UHC | 程렖壯렒樟렊^ | 11101111111011111000111010101011111011011110000010001110101001111110110111101001100011101010000101011110 | efef8eabede08ea7ede98ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)