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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂堤ョ耽 | 11100111101011101001001011100111101011101001001001011110 | e7ae92e7ae925e |
EUC-JP | 邂堤ョ耽 | 1110111010110000110001001110100110001110101011101100001110111111 | eeb0c4e98eaec3bf |
UTF-8 | 邂堤ョ耽 | 111010011000001010000010111001011010000010100100111011111011110110101110111010001000000010111101 | e98282e5a0a4efbdaee880bd |
UHC | 邂堤?耽 | 11111010101100111111000010100111001111111111011110110000 | fab3f0a73ff7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)