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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俄黎? | 1000100111100010111010100111010000111111 | 89e2ea743f |
EUC-JP | 俄黎? | 1011001011100100111100111101010100111111 | b2e4f3d53f |
UTF-8 | 俄黎닺 | 111001001011111110000100111010011011101110001110111010111000101110111010 | e4bf84e9bb8eeb8bba |
UHC | 俄黎닺 | 111001001010110111010101111100111011010011101000 | e4add5f3b4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)