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 | 醤ヤヤ鰡炅ー | 100011111101110111010100110101001110100111011101111110110101000110110000 | 8fddd4d4e9ddfb51b0 |
EUC-JP | 醤ヤヤ鰡炅ー | 10111110110111111000111011010100100011101101010011110010110111111000111111001001110010101000111010110000 | bedf8ed48ed4f2df8fc9ca8eb0 |
UTF-8 | 醤ヤヤ鰡炅ー | 111010011000011010100100111011111011111010010100111011111011111010010100111010011011000010100001111001111000001010000101111011111011110110110000 | e986a4efbe94efbe94e9b0a1e78285efbdb0 |
UHC | ????炅? | 00111111001111110011111100111111110011001101110100111111 | 3f3f3f3fccdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)