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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽狗ョ | 1110011110101111100010111110011110101110 | e7af8be7ae |
EUC-JP | 遽狗ョ | 111011101011000110110110111010011000111010101110 | eeb1b6e98eae |
UTF-8 | 遽狗ョ | 111010011000000110111101111001111000101110010111111011111011110110101110 | e981bde78b97efbdae |
UHC | 遽狗? | 1100101111101000110011111011011100111111 | cbe8cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)