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 | ??Þ | 001111110011111111011110 | 3f3fde |
SJIS-WIN | ?舅? | 00111111111001000110111000111111 | 3fe46e3f |
EUC-JP | ?舅Þ | 001111111110011111001111100011111010100110110000 | 3fe7cf8fa9b0 |
UTF-8 | 렉舅Þ | 1110101110100000100010011110100010001000100001011100001110011110 | eba089e88885c39e |
UHC | 렉舅Þ | 101101111011101011001111110000001010100010101101 | b7bacfc0a8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)