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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載?秘?? | 10001101110110100011111110010100111010010011111100111111 | 8dda3f94e93f3f |
EUC-JP | 載?秘?? | 10111010110111000011111111001000111010110011111100111111 | badc3fc8eb3f3f |
UTF-8 | 載얗秘뤗횓 | 111010001011110010001001111011001001011010010111111001111010011110011000111010111010010010010111111011011001101010010011 | e8bc89ec9697e7a798eba497ed9a93 |
UHC | 載얗秘뤗횓 | 11101110101100001011111011101001110111011111101010001111110001111100001110001110 | eeb0bee9ddfa8fc7c38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)