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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 矣?赳G | 111000011110000100111111111001101110000001000111 | e1e13fe6e047 |
EUC-JP | 矣?赳G | 111000101110001100111111111011001110001001000111 | e2e33fece247 |
UTF-8 | 矣편赳G | 11100111100111111010001111101101100011101011100011101000101101011011001101000111 | e79fa3ed8eb8e8b5b347 |
UHC | 矣편赳G | 11101011111110001100011011101101110100001010111101000111 | ebf8c6edd0af47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)