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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裙ろ愃峵堤 | 11100101111000111000001011101011100111001011100011111010101011101001001011100111 | e5e382eb9cb8faae92e7 |
EUC-JP | 裙ろ愃?堤 | 111010101110010110100100111011011101100010111010001111111100010011101001 | eae5a4edd8ba3fc4e9 |
UTF-8 | 裙ろ愃峵堤 | 111010001010001110011001111000111000001010001101111001101000010010000011111001011011001110110101111001011010000010100100 | e8a399e3828de68483e5b3b5e5a0a4 |
UHC | 裙ろ??堤 | 1100111111011001101010101110110100111111001111111111000010100111 | cfd9aaed3f3ff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)