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 | ??ゴ?臣? | 0011111100111111100000110101001100111111100100000110001000111111 | 3f3f83533f90623f |
EUC-JP | ??ゴ?臣? | 0011111100111111101001011011010000111111101111111100001100111111 | 3f3fa5b43fbfc33f |
UTF-8 | 룶쥚ゴ룵臣㈛ | 111010111010001110110110111011001010010110011010111000111000001010110100111010111010001110110101111010001000011110100011111000111000100010011011 | eba3b6eca59ae382b4eba3b5e887a3e3889b |
UHC | 룶쥚ゴ룵臣㈛ | 100011111010101110100010100011111010101110110100100011111010101011100011111011011010100111001100 | 8faba28fabb48faae3eda9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)