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 | 葆語/貂 | 1110010011011100100011001110101010000001010111101110011010111000 | e4dc8cea815ee6b8 |
EUC-JP | 葆語/貂 | 1110100011011110101110001110110010100001101111111110110010111010 | e8deb8eca1bfecba |
UTF-8 | 葆語/貂 | 111010001001000110000110111010001010101010011110111011111011110010001111111010001011001010000010 | e89186e8aa9eefbc8fe8b282 |
UHC | ?語/貂 | 00111111111001011101111010100011101011111111010110110000 | 3fe5dea3aff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)