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 | 繹????腰 | 1110001110001000001111110011111100111111001111111000110110011000 | e3883f3f3f3f8d98 |
EUC-JP | 繹????腰 | 1110010111101000001111110011111100111111001111111011100111111000 | e5e83f3f3f3fb9f8 |
UTF-8 | 繹먯옿留뢐腰 | 111001111011100110111001111010111010100010101111111011001001100010111111111011111010011110001101111010111010001010010000111010001000010110110000 | e7b9b9eba8afec98bfefa78deba290e885b0 |
UHC | 繹먯옿留뢐腰 | 111001101011101010010000111011001001111010110100111010111010011110001111010010111110100110100110 | e6ba90ec9eb4eba78f4be9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)