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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 運Κ運ΚB | 100010010101111010000011101010001000100101011110100000111010100001000010 | 895e83a8895e83a842 |
EUC-JP | 運Κ運ΚB | 101100011011111110100110101010101011000110111111101001101010101001000010 | b1bfa6aab1bfa6aa42 |
UTF-8 | 運Κ運ΚB | 1110100110000001100010111100111010011010111010011000000110001011110011101001101001000010 | e9818bce9ae9818bce9a42 |
UHC | 運Κ運ΚB | 111010101010000110100101110010101110101010100001101001011100101001000010 | eaa1a5caeaa1a5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)