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 | 墻ワ?謠?? | 100110101101010010000011100011110011111111100110100011110011111100111111 | 9ad4838f3fe68f3f3f |
EUC-JP | 墻ワ?謠?? | 110101001101011010100101111011110011111111101011111011110011111100111111 | d4d6a5ef3febef3f3f |
UTF-8 | 墻ワ푺謠쇽쉿 | 111001011010001010111011111000111000001110101111111011011001000110111010111010001010110010100000111011001000011110111101111011001000100110111111 | e5a2bbe383afed91bae8aca0ec87bdec89bf |
UHC | 墻ワ푺謠쇽쉿 | 111011011101111110101011111011111011111010000110111010011010101010111100111011111011110110110010 | eddfabefbe86e9aabcefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)