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 | 娃??柔?? | 1000100010100001001111110011111110001111010111110011111100111111 | 88a13f3f8f5f3f3f |
EUC-JP | 娃??柔?? | 1011000010100011001111110011111110111101110000000011111100111111 | b0a33f3fbdc03f3f |
UTF-8 | 娃뉖씍柔띾쨱 | 111001011010100010000011111010111000100110010110111011001001010010001101111001101001111110010100111010111001110110111110111011001010100010110001 | e5a883eb8996ec948de69f94eb9dbeeca8b1 |
UHC | 娃뉖씍柔띾쨱 | 111010001101111110000111111010111001110110100100111010101111010110001101111010111010010010001011 | e8df87eb9da4eaf58deba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)