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 | 鬯ョ諛茨スシ | 111010011010110010101110111001101000011110001000111011111011110110111100 | e9acaee68788efbdbc |
EUC-JP | 鬯ョ諛茨スシ | 111100101010111010001110101011101110101111100111101100001111000110001110101111011000111010111100 | f2ae8eaeebe7b0f18ebd8ebc |
UTF-8 | 鬯ョ諛茨スシ | 111010011010110010101111111011111011110110101110111010001010101110011011111010001000110010101000111011111011110110111101111011111011110110111100 | e9acafefbdaee8ab9be88ca8efbdbdefbdbc |
UHC | ??諛茨?? | 0011111100111111111010111011000011101101101111000011111100111111 | 3f3febb0edbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)