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 | 驍ゆク莞懆当 | 1110100110000010100000101110010010111000100010101100111010011100111010001001001110010110 | e98282e4b88ace9ce89396 |
EUC-JP | 驍ゆク莞懆当 | 111100011110001010100100111001101000111010111000101101001101000011011000111010101100010111110110 | f1e2a4e68eb8b4d0d8eac5f6 |
UTF-8 | 驍ゆク莞懆当 | 111010011010100110001101111000111000001010000110111011111011110110111000111010001000111010011110111001101000011110000110111001011011110110010011 | e9a98de38286efbdb8e88e9ee68786e5bd93 |
UHC | 驍ゆ?莞?? | 111111011010010010101010111001100011111111101000110101000011111100111111 | fda4aae63fe8d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)