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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?忽舍 | 0011111110001101100110101110010001110001 | 3f8d9ae471 |
EUC-JP | ?忽舍 | 0011111110111001111110101110011111010010 | 3fb9fae7d2 |
UTF-8 | 뤑忽舍 | 111010111010010010010001111001011011111110111101111010001000100010001101 | eba491e5bfbde8888d |
UHC | 뤑忽舍 | 100011111100000111111011111011001101111011101100 | 8fc1fbecdeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)