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 | 癌??荀 | 100010101110000000111111001111111110010010100100 | 8ae03f3fe4a4 |
EUC-JP | 癌??荀 | 101101001110001000111111001111111110100010100110 | b4e23f3fe8a6 |
UTF-8 | 癌곦껲荀 | 111001111001100110001100111010101011001110100110111010101011101110110010111010001000110110000000 | e7998ceab3a6eabbb2e88d80 |
UHC | 癌곦껲荀 | 1110010011011111100000011110010010000100010010101110001011110000 | e4df81e4844ae2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)