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 | 髫ェ蜊ア螂ョ | 111010011001101010101010111001011000110110110001111001011010010110101110 | e99aaae58db1e5a5ae |
EUC-JP | 髫ェ蜊ア螂ョ | 111100011111101010001110101010101110100111101101100011101011000111101010101001111000111010101110 | f1fa8eaae9ed8eb1eaa78eae |
UTF-8 | 髫ェ蜊ア螂ョ | 111010011010101110101011111011111011110110101010111010001001110010001010111011111011110110110001111010001001111010000010111011111011110110101110 | e9ababefbdaae89c8aefbdb1e89e82efbdae |
UHC | ????螂? | 00111111001111110011111100111111110101011100110000111111 | 3f3f3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)