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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 闇λ?B預 | 1000100011000101100000111100100100111111010000101001011101100001 | 88c583c93f429761 |
EUC-JP | 闇λ?B預 | 1011000011000111101001101100101100111111010000101100110111000010 | b0c7a6cb3f42cdc2 |
UTF-8 | 闇λ젙B預 | 111010011001011110000111110011101011101111101100101000001001100101000010111010011010000010010000 | e99787cebbeca09942e9a090 |
UHC | 闇λ젙B預 | 111001001110000110100101111010111010000010010101010000101110011111101000 | e4e1a5eba09542e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)