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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 鈺??鉛??H | 111110111100010000111111001111111000100110010100001111110011111101001000 | fbc43f3f89943f3f48 |
EUC-JP | 鈺??鉛??H | 10001111111000111101010100111111001111111011000111110100001111110011111101001000 | 8fe3d53f3fb1f43f3f48 |
UTF-8 | 鈺됰젷鉛녿젻H | 11101001100010001011101011101011100100001011000011101100101000001011011111101001100010011001101111101011100001011011111111101100101000001011101101001000 | e988baeb90b0eca0b7e9899beb85bfeca0bb48 |
UHC | 鈺됰젷鉛녿젻H | 11101000101011011000100111101011101000001010101111100110111001111000011011101011101000001010111001001000 | e8ad89eba0abe6e786eba0ae48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)