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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 溿嫉渼而 | 1111101101001010100011101011100111111011010010011000111010100111 | fb4a8eb9fb498ea7 |
EUC-JP | 溿嫉渼而 | 10001111110010001011000110111100101110111000111111000111111100001011110010101001 | 8fc8b1bcbb8fc7f0bca9 |
UTF-8 | 溿嫉渼而 | 111001101011101010111111111001011010101110001001111001101011100010111100111010001000000010001100 | e6babfe5ab89e6b8bce8808c |
UHC | ?嫉渼而 | 00111111111100101110110011011010101101001110110010111011 | 3ff2ecdab4ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)