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 | 轤ュ蜊呈據 | 111001111000001010101101111001011000110110010010111001101001110110011111 | e782ade58d92e69d9f |
EUC-JP | 轤ュ蜊呈據 | 11101101111000101000111010101101111010011110110111000100111010001101101010100001 | ede28eade9edc4e8daa1 |
UTF-8 | 轤ュ蜊呈據 | 111010001011110110100100111011111011110110101101111010001001110010001010111001011001000110001000111001101001001110011010 | e8bda4efbdade89c8ae59188e6939a |
UHC | ???呈據 | 00111111001111110011111111101111110100001100101111100000 | 3f3f3fefd0cbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)