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 | 歪???らゥ | 100110000110001100111111001111110011111110000010111001111000001101000100 | 98633f3f3f82e78344 |
EUC-JP | 歪???らゥ | 110011111100010000111111001111110011111110100100111010011010010110100101 | cfc43f3f3fa4e9a5a5 |
UTF-8 | 歪뺣봻隣らゥ | 111001101010110110101010111010111011101010100011111010111011010010111011111011111010011110110001111000111000001010001001111000111000001010100101 | e6adaaebbaa3ebb4bbefa7b1e38289e382a5 |
UHC | 歪뺣봻隣らゥ | 111010001110000010010101111010111001010010000010111011001110010010101010111010011010101110100101 | e8e095eb9482ece4aae9aba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)