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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????┝? | 0011111100111111001111110011111100111111100001001011101000111111 | 3f3f3f3f3f84ba3f |
EUC-JP | ?????┝? | 0011111100111111001111110011111100111111101010001011110000111111 | 3f3f3f3f3fa8bc3f |
UTF-8 | 셈솽렱렲뤚┝쮱 | 111011001000010110001000111011001000011010111101111010111010000010110001111010111010000010110010111010111010010010011010111000101001010010011101111011001010111010110001 | ec8588ec86bdeba0b1eba0b2eba49ae2949decaeb1 |
UHC | 셈솽렱렲뤚┝쮱 | 1011110011000000101111001110000110001110101111101000111010111111100011111100100110100110101111001010100010001110 | bcc0bce18ebe8ebf8fc9a6bca88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)