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 | 娃??兄?? | 1000100010100001001111110011111110001100010110100011111100111111 | 88a13f3f8c5a3f3f |
EUC-JP | 娃??兄?? | 1011000010100011001111110011111110110111101110110011111100111111 | b0a33f3fb7bb3f3f |
UTF-8 | 娃섓쉠兄쏉쉘 | 111001011010100010000011111011001000010010010011111011001000100110100000111001011000010110000100111011001000111110001001111011001000100110011000 | e5a883ec8493ec89a0e58584ec8f89ec8998 |
UHC | 娃섓쉠兄쏉쉘 | 111010001101111110011000111011111011110110101010111110101111110010011011111011111011110110101001 | e8df98efbdaafafc9befbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)