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 | ??蘂? | 0011111100111111111001010100000100111111 | 3f3fe5413f |
EUC-JP | ??蘂? | 0011111100111111111010011010001000111111 | 3f3fe9a23f |
UTF-8 | 뤯훽蘂뱀 | 111010111010010010101111111011011001101110111101111010001001100010000010111010111011000110000000 | eba4afed9bbde89882ebb180 |
UHC | 뤯훽蘂뱀 | 1000111111011101110010001101001011100111110111101011100111101100 | 8fddc8d2e7deb9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)