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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 単但造巽遜 | 10010010010100001001001001000001100100011010001010010010010001101001000110111011 | 9250924191a2924691bb |
EUC-JP | 単但造巽遜 | 11000011101100011100001110100010110000101010010011000011101001111100001010111101 | c3b1c3a2c2a4c3a7c2bd |
UTF-8 | 単但造巽遜 | 111001011000110110011000111001001011110110000110111010011000000010100000111001011011011110111101111010011000000110011100 | e58d98e4bd86e980a0e5b7bde9819c |
UHC | ?但造巽遜 | 001111111101001110100011111100001110001111100001110111101110000111100001 | 3fd3a3f0e3e1dee1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)