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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ヲ?碇ゴ | 001111110011111110000011100100100011111110010010111101001000001101010011 | 3f3f83923f92f48353 |
EUC-JP | ??ヲ?碇ゴ | 001111110011111110100101111100100011111111000100111101101010010110110100 | 3f3fa5f23fc4f6a5b4 |
UTF-8 | 룴횕ヲ룫碇ゴ | 111010111010001110110100111011011001101010010101111000111000001110110010111010111010001110101011111001111010001010000111111000111000001010110100 | eba3b4ed9a95e383b2eba3abe7a287e382b4 |
UHC | 룴횕ヲ룫碇ゴ | 100011111010100111000011100011111010101111110010100011111010001011101111111011011010101110110100 | 8fa9c38fabf28fa2efedabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)