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 | ?甬?? | 0011111111100001010101000011111100111111 | 3fe1543f3f |
EUC-JP | ?甬?? | 0011111111100001101101010011111100111111 | 3fe1b53f3f |
UTF-8 | 샴甬섈인 | 111011001000001110110100111001111001010010101100111011001000010010001000111011001001110110111000 | ec83b4e794acec8488ec9db8 |
UHC | 샴甬섈인 | 1011110010100100111010011100010110111100101010101100000011001110 | bca4e9c5bcaac0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)