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 | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
SJIS-WIN | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
EUC-JP | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
UTF-8 | 溜뷰퐜W溜뷰퐜NB | 111011111010011110001011111010111011011110110000111011011001000010011100010101111110111110100111100010111110101110110111101100001110110110010000100111000100111001000010 | efa78bebb7b0ed909c57efa78bebb7b0ed909c4e42 |
UHC | 溜뷰퐜W溜뷰퐜NB | 111010101111111010111010111001001011110110000110010101111110101011111110101110101110010010111101100001100100111001000010 | eafebae4bd8657eafebae4bd864e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)