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 | 涅??-嚥 | 1001111110111000001111110011111110000001011111001001101010001011 | 9fb83f3f817c9a8b |
EUC-JP | 涅??−嚥 | 1101111010111010001111110011111110100001110111011101001111101011 | deba3f3fa1ddd3eb |
UTF-8 | 涅겉됱-嚥 | 111001101011011010000101111010101011001010001001111010111001000010110001111011111011110010001101111001011001101010100101 | e6b685eab289eb90b1efbc8de59aa5 |
UHC | 涅겉됱-嚥 | 11100110111011101011000011010001100010011110110010100011101011011110011010111111 | e6eeb0d189eca3ade6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)