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 | 籥賀/貂 | 1110001011011110100010011110101010000001010111101110011010111000 | e2de89ea815ee6b8 |
EUC-JP | 籥賀/貂 | 1110010011100000101100101110110010100001101111111110110010111010 | e4e0b2eca1bfecba |
UTF-8 | 籥賀/貂 | 111001111011000110100101111010001011001110000000111011111011110010001111111010001011001010000010 | e7b1a5e8b380efbc8fe8b282 |
UHC | ?賀/貂 | 00111111111110011100010110100011101011111111010110110000 | 3ff9c5a3aff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)