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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?馹?? | 001111111000111111101001101000010011111100111111 | 3f8fe9a13f3f |
UTF-8 | 략馹쨍략 | 111010111001111010110101111010011010011010111001111011001010100010001101111010111001111010110101 | eb9eb5e9a6b9eca88deb9eb5 |
UHC | 략馹쨍략 | 1011011110101011111011001111000111000010101110001011011110101011 | b7abecf1c2b8b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)