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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??絶?? | 1110100111110010001111110011111110010000111000100011111100111111 | e9f23f3f90e23f3f |
EUC-JP | 鶯??絶?? | 1111001011110100001111110011111111000000111001000011111100111111 | f2f43f3fc0e43f3f |
UTF-8 | 鶯뚧㎖絶쀩쳹 | 111010011011011010101111111010111001101010100111111000111000111010010110111001111011010110110110111011001000000010101001111011001011001110111001 | e9b6afeb9aa7e38e96e7b5b6ec80a9ecb3b9 |
UHC | 鶯뚧㎖絶쀩쳹 | 111001011010001110001100111001101010011110100010111011111011111010010111111010011010101110011100 | e5a38ce6a7a2efbe97e9ab9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)