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 | 100100110100100010011000011011010011111101000111 | 9348986d3f47 |
EUC-JP | 滴藁?G | 110001011010100111001111110011100011111101000111 | c5a9cfce3f47 |
UTF-8 | 滴藁쏠G | 11100110101110111011010011101000100101111000000111101100100011111010000001000111 | e6bbb4e89781ec8fa047 |
UHC | 滴藁쏠G | 11101110110110011100110111001011101111011111001001000111 | eed9cdcbbdf247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)