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 | ???TF | 0011111100111111001111110101010001000110 | 3f3f3f5446 |
SJIS-WIN | 奪促捉TF | 1001001001000100100100011010001110010001101010000101010001000110 | 924491a391a85446 |
EUC-JP | 奪促捉TF | 1100001110100101110000101010010111000010101010100101010001000110 | c3a5c2a5c2aa5446 |
UTF-8 | 奪促捉TF | 1110010110100101101010101110010010111111100000111110011010001101100010010101010001000110 | e5a5aae4bf83e68d895446 |
UHC | 奪促捉TF | 1111011110101100111101011011010111110011101101010101010001000110 | f7acf5b5f3b55446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)