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 | 一??爭耕? | 100010001110101000111111001111111110000010100101100011010110101100111111 | 88ea3f3fe0a58d6b3f |
EUC-JP | 一??爭耕? | 101100001110110000111111001111111110000010100111101110011100110000111111 | b0ec3f3fe0a7b9cc3f |
UTF-8 | 一띌썼爭耕눼 | 111001001011100010000000111010111001110110001100111011001000110110111100111001111000100010101101111010001000000010010101111010111000100010111100 | e4b880eb9d8cec8dbce788ade88095eb88bc |
UHC | 一띌썼爭耕눼 | 111011001110100110110110111010011011110111101000111011101011001111001100111010011011010010110100 | ece9b6e9bde8eeb3cce9b4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)