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 | 髯ャ繧会スョ | 111010011001100110101100111000111000001010001001111011111011110110101110 | e999ace38289efbdae |
EUC-JP | 髯ャ繧会スョ | 111100011111100110001110101011001110010111100010101100101111000110001110101111011000111010101110 | f1f98eace5e2b2f18ebd8eae |
UTF-8 | 髯ャ繧会スョ | 111010011010101110101111111011111011110110101100111001111011100110100111111001001011110010011010111011111011110110111101111011111011110110101110 | e9abafefbdace7b9a7e4bc9aefbdbdefbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)