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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閻??預 | 111010001000010100111111001111111001011101100001 | e8853f3f9761 |
EUC-JP | 閻??預 | 111011111110010100111111001111111100110111000010 | efe53f3fcdc2 |
UTF-8 | 閻⑵껐預 | 111010011001011010111011111000101001000110110101111010101011101110010000111010011010000010010000 | e996bbe291b5eabb90e9a090 |
UHC | 閻⑵껐預 | 1110011110100010101010011110100010110010101100001110011111101000 | e7a2a9e8b2b0e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)