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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淹??俺 | 100111111011100100111111001111111000100110110100 | 9fb93f3f89b4 |
EUC-JP | 淹??俺 | 110111101011101100111111001111111011001010110110 | debb3f3fb2b6 |
UTF-8 | 淹룍뜲俺 | 111001101011011110111001111010111010001110001101111010111001110010110010111001001011111110111010 | e6b7b9eba38deb9cb2e4bfba |
UHC | 淹룍뜲俺 | 1110010111110100100011111000101110001101101100001110010111101111 | e5f48f8b8db0e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)