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 | 秧??言?? | 1110001001011110001111110011111110001100101111100011111100111111 | e25e3f3f8cbe3f3f |
EUC-JP | 秧??言?? | 1110001110111111001111110011111110111000110000000011111100111111 | e3bf3f3fb8c03f3f |
UTF-8 | 秧섇콪言됭씩 | 111001111010011110100111111011001000010010000111111011001011110110101010111010001010100010000000111010111001000010101101111011001001010010101001 | e7a7a7ec8487ecbdaae8a880eb90adec94a9 |
UHC | 秧섇콪言됭씩 | 111001001110101110011000111001011011000110011110111001011110101110001001111010001011111010111111 | e4eb98e5b19ee5eb89e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)