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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 憶??彦?? | 1000100110101111001111110011111110010101010001100011111100111111 | 89af3f3f95463f3f |
EUC-JP | 憶??彦?? | 1011001010110001001111110011111111001001101001110011111100111111 | b2b13f3fc9a73f3f |
UTF-8 | 憶귝룠彦덄맪 | 111001101000011010110110111010101011011110011101111010111010001110100000111001011011110110100110111010111000110110000100111010111010011110101010 | e686b6eab79deba3a0e5bda6eb8d84eba7aa |
UHC | 憶귝룠彦덄맪 | 111001011110001110000010111001101000111110011010111001011110100110001000111001111001000010110010 | e5e382e68f9ae5e988e790b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)