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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 鸚??逸?] | 1110101001011111001111110011111110001000111011010011111101011101 | ea5f3f3f88ed3f5d |
EUC-JP | 鸚??逸?] | 1111001111000000001111110011111110110000111011110011111101011101 | f3c03f3fb0ef3f5d |
UTF-8 | 鸚쒖눦逸쿪] | 11101001101110001001101011101100100100101001011011101011100010001010011011101001100000001011100011101100101111111010101001011101 | e9b89aec9296eb88a6e980b8ecbfaa5d |
UHC | 鸚쒖눦逸쿪] | 1110010110100100100111001110110010000111101111011110110011101111101100110110000101011101 | e5a49cec87bdecefb3615d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)