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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????龍 | 00111111001111110011111100111111001111111001011110110100 | 3f3f3f3f3f97b4 |
EUC-JP | ?????龍 | 00111111001111110011111100111111001111111100111010110110 | 3f3f3f3f3fceb6 |
UTF-8 | 렻셔렧렻컵龍 | 111010111010000010111011111011001000010110010100111010111010000010100111111010111010000010111011111011001011101110110101111010011011111010001101 | eba0bbec8594eba0a7eba0bbecbbb5e9be8d |
UHC | 렻셔렧렻컵龍 | 100011101100001110111100110001011000111010110110100011101100001111000100110001011101011110100011 | 8ec3bcc58eb68ec3c4c5d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)