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 | ?卒?? | 0011111110010001101100100011111100111111 | 3f91b23f3f |
EUC-JP | ?卒?? | 0011111111000010101101000011111100111111 | 3fc2b43f3f |
UTF-8 | 앓卒롆롉 | 111011001001010110010011111001011000110110010010111010111010000110000110111010111010000110001001 | ec9593e58d92eba186eba189 |
UHC | 앓卒롆롉 | 1011111011001110111100001110111110001110110011001000111011001111 | becef0ef8ecc8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)