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 | 梯???霽?^ | 100100101111001000111111001111110011111111101000110001110011111101011110 | 92f23f3f3fe8c73f5e |
EUC-JP | 梯?勖?霽?^ | 1100010011110100001111111000111110110011111011010011111111110000110010010011111101011110 | c4f43f8fb3ed3ff0c93f5e |
UTF-8 | 梯렟勖렢霽렢^ | 11100110101000101010111111101011101000001001111111100101100010111001011011101011101000001010001011101001100111001011110111101011101000001010001001011110 | e6a2afeba09fe58b96eba0a2e99cbdeba0a25e |
UHC | 梯렟勖렢霽렢^ | 11110000101011001000111010110000111010011110110110001110101100111111000010111000100011101011001101011110 | f0ac8eb0e9ed8eb3f0b88eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)