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 | 訂橋??堤? | 100100101111100110001011101101000011111100111111100100101110011100111111 | 92f98bb43f3f92e73f |
EUC-JP | 訂橋??堤? | 110001001111101110110110101101100011111100111111110001001110100100111111 | c4fbb6b63f3fc4e93f |
UTF-8 | 訂橋렓렜堤렡 | 111010001010100010000010111001101010100110001011111010111010000010010011111010111010000010011100111001011010000010100100111010111010000010100001 | e8a882e6a98beba093eba09ce5a0a4eba0a1 |
UHC | 訂橋렓렜堤렡 | 111011111111010011001110111010011000111010101000100011101010111011110000101001111000111010110010 | eff4cee98ea88eaef0a78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)