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 | ???~K | 0011111100111111001111110111111001001011 | 3f3f3f7e4b |
SJIS-WIN | 小楔?~K | 10001111101011001001111010110110001111110111111001001011 | 8fac9eb63f7e4b |
EUC-JP | 小楔?~K | 10111110101011101101110010111000001111110111111001001011 | beaedcb83f7e4b |
UTF-8 | 小楔뾑~K | 1110010110110000100011111110011010100101100101001110101110111110100100010111111001001011 | e5b08fe6a594ebbe917e4b |
UHC | 小楔뾑~K | 1110000110110011111000001101101110010111010011110111111001001011 | e1b3e0db974f7e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)