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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 碇????? | 10010010111101000011111100111111001111110011111100111111 | 92f43f3f3f3f3f |
EUC-JP | 碇????? | 11000100111101100011111100111111001111110011111100111111 | c4f63f3f3f3f3f |
UTF-8 | 碇어렱몄렟렫 | 111001111010001010000111111011001001011010110100111010111010000010110001111010111010101010000100111010111010000010011111111010111010000010101011 | e7a287ec96b4eba0b1ebaa84eba09feba0ab |
UHC | 碇어렱몄렟렫 | 111011111110110110111110111011101000111010111110101110001110110010001110101100001000111010111001 | efedbeee8ebeb8ec8eb08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)