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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 中??? | 1001001010000110001111110011111100111111 | 92863f3f3f |
EUC-JP | 中?檉? | 11000011111001100011111110001111110001011011101100111111 | c3e63f8fc5bb3f |
UTF-8 | 中렒檉랩 | 111001001011100010101101111010111010000010010010111001101010101010001001111010111001111010101001 | e4b8adeba092e6aa89eb9ea9 |
UHC | 中렒檉랩 | 1111000111101001100011101010011111101111111000001011011110100110 | f1e98ea7efe0b7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)