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 | 甕???? | 111000010101000000111111001111110011111100111111 | e1503f3f3f3f |
EUC-JP | 甕???? | 111000011011000100111111001111110011111100111111 | e1b13f3f3f3f |
UTF-8 | 甕앇딃츓溫 | 111001111001010010010101111011001001010110000111111010111001010010000011111011001011100010010011111001101011101010101011 | e79495ec9587eb9483ecb893e6baab |
UHC | 甕앇딃츓溫 | 11101000101110001001110111010001100010101110100110101110100011101110100010101110 | e8b89dd18ae9ae8ee8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)