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 | 娃???〓? | 1000100010100001001111110011111100111111100000011010110000111111 | 88a13f3f3f81ac3f |
EUC-JP | 娃???〓? | 1011000010100011001111110011111100111111101000101010111000111111 | b0a33f3f3fa2ae3f |
UTF-8 | 娃뉔솈溜〓젻 | 111001011010100010000011111010111000100110010100111011001000011010001000111011111010011110001011111000111000000010010011111011001010000010111011 | e5a883eb8994ec8688efa78be38093eca0bb |
UHC | 娃뉔솈溜〓젻 | 111010001101111110000111111010011001100110001100111010101111111010100001111010111010000010101110 | e8df87e9998ceafea1eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)