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 | ???夷ら. | 001111110011111100111111100010001100111010000010111001111000000101000100 | 3f3f3f88ce82e78144 |
EUC-JP | ???夷ら. | 001111110011111100111111101100001101000010100100111010011010000110100101 | 3f3f3fb0d0a4e9a1a5 |
UTF-8 | 嶺뚭낮夷ら. | 111011111010011010101011111010111001101010101101111010111000001010101110111001011010010010110111111000111000001010001001111011111011110010001110 | efa6abeb9aadeb82aee5a4b7e38289efbc8e |
UHC | 嶺뚭낮夷ら. | 111001111010110110001100111010101011001110110111111011001010100010101010111010011010001110101110 | e7ad8ceab3b7eca8aae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)