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 | ??あ?厓ぉ | 001111110011111110000010101000000011111111111010100011011000001010100111 | 3f3f82a03ffa8d82a7 |
EUC-JP | ??あ?厓ぉ | 00111111001111111010010010100010001111111000111110110100110001111010010010101001 | 3f3fa4a23f8fb4c7a4a9 |
UTF-8 | 룴횕あ룵厓ぉ | 111010111010001110110100111011011001101010010101111000111000000110000010111010111010001110110101111001011000111010010011111000111000000110001001 | eba3b4ed9a95e38182eba3b5e58e93e38189 |
UHC | 룴횕あ룵厓ぉ | 100011111010100111000011100011111010101010100010100011111010101011100100111011011010101010101001 | 8fa9c38faaa28faae4edaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)