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 | 雍??雍??^ | 111010001011010000111111001111111110100010110100001111110011111101011110 | e8b43f3fe8b43f3f5e |
EUC-JP | 雍??雍??^ | 111100001011011000111111001111111111000010110110001111110011111101011110 | f0b63f3ff0b63f3f5e |
UTF-8 | 雍됱뙣雍됱뙟^ | 11101001100110111000110111101011100100001011000111101011100110011010001111101001100110111000110111101011100100001011000111101011100110011001111101011110 | e99b8deb90b1eb99a3e99b8deb90b1eb999f5e |
UHC | 雍됱뙣雍됱뙟^ | 11101000101111001000100111101100100011001010100011101000101111001000100111101100100011001010010001011110 | e8bc89ec8ca8e8bc89ec8ca45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)