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 | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 駭?駭?K | 11101001011011100011111111101001011011100011111101001011 | e96e3fe96e3f4b |
EUC-JP | 駭?駭?K | 11110001110011110011111111110001110011110011111101001011 | f1cf3ff1cf3f4b |
UTF-8 | 駭뻉駭뻏K | 11101001101001111010110111101011101110111000100111101001101001111010110111101011101110111000111101001011 | e9a7adebbb89e9a7adebbb8f4b |
UHC | 駭뻉駭뻏K | 111110101011010010010110010100101111101010110100100101100101100001001011 | fab49652fab496584b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)