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 | 駿矯???擺 | 100011110111100010001011101110000011111100111111001111111001110110110010 | 8f788bb83f3f3f9db2 |
EUC-JP | 駿矯???擺 | 101111011101100110110110101110100011111100111111001111111101101010110100 | bdd9b6ba3f3f3fdab4 |
UTF-8 | 駿矯렢렡뤈擺 | 111010011010011110111111111001111001111110101111111010111010000010100010111010111010000010100001111010111010010010001000111001101001001110111010 | e9a7bfe79fafeba0a2eba0a1eba488e693ba |
UHC | 駿矯렢렡뤈擺 | 111100011110011111001110111011001000111010110011100011101011001010001111101110001111011111101100 | f1e7ceec8eb38eb28fb8f7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)