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 | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
SJIS-WIN | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
EUC-JP | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
UTF-8 | 溜붾젇x溜붾젇xB | 111011111010011110001011111010111011011010111110111011001010000010000111011110001110111110100111100010111110101110110110101111101110110010100000100001110111100001000010 | efa78bebb6beeca08778efa78bebb6beeca0877842 |
UHC | 溜붾젇x溜붾젇xB | 111010101111111010010100111010111010000010001010011110001110101011111110100101001110101110100000100010100111100001000010 | eafe94eba08a78eafe94eba08a7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)