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 | 娃??壯?? | 1000100010100001001111110011111110011010111000010011111100111111 | 88a13f3f9ae13f3f |
EUC-JP | 娃??壯?? | 1011000010100011001111110011111111010100111000110011111100111111 | b0a33f3fd4e33f3f |
UTF-8 | 娃섓쉠壯쏉쉘 | 111001011010100010000011111011001000010010010011111011001000100110100000111001011010001110101111111011001000111110001001111011001000100110011000 | e5a883ec8493ec89a0e5a3afec8f89ec8998 |
UHC | 娃섓쉠壯쏉쉘 | 111010001101111110011000111011111011110110101010111011011110000010011011111011111011110110101001 | e8df98efbdaaede09befbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)