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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?矮?矮^ | 00111111111000011110001000111111111000011110001001011110 | 3fe1e23fe1e25e |
EUC-JP | ?矮?矮^ | 00111111111000101110010000111111111000101110010001011110 | 3fe2e43fe2e45e |
UTF-8 | 쉃矮쉃矮^ | 11101100100010011000001111100111100111111010111011101100100010011000001111100111100111111010111001011110 | ec8983e79faeec8983e79fae5e |
UHC | 쉃矮쉃矮^ | 100110100101100011101000111000011001101001011000111010001110000101011110 | 9a58e8e19a58e8e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)