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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣?f迅? | 1110000111100001001111111000001010000110100100000111011000111111 | e1e13f828690763f |
EUC-JP | 矣?f迅? | 1110001011100011001111111010001111100110101111111101011100111111 | e2e33fa3e6bfd73f |
UTF-8 | 矣편f迅렧 | 111001111001111110100011111011011000111010111000111011111011110110000110111010001011111110000101111010111010000010100111 | e79fa3ed8eb8efbd86e8bf85eba0a7 |
UHC | 矣편f迅렧 | 11101011111110001100011011101101101000111110011011100011111101101000111010110110 | ebf8c6eda3e6e3f68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)