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 | 鶯ъ?? | 111010011111001010000100100011000011111100111111 | e9f2848c3f3f |
EUC-JP | 鶯ъ?? | 111100101111010010100111111011000011111100111111 | f2f4a7ec3f3f |
UTF-8 | 鶯ъ뼏痢 | 1110100110110110101011111101000110001010111010111011110010001111111011111010011110100101 | e9b6afd18aebbc8fefa7a5 |
UHC | 鶯ъ뼏痢 | 1110010110100011101011001110110010010110100101111110110010111000 | e5a3acec9697ecb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)