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 | ???傭?? | 00111111001111110011111110010111011000100011111100111111 | 3f3f3f97623f3f |
EUC-JP | ???傭?? | 00111111001111110011111111001101110000110011111100111111 | 3f3f3fcdc33f3f |
UTF-8 | 殮뽩뼗傭븀뿾 | 111011111010011010100101111010111011110110101001111010111011110010010111111001011000001010101101111010111011100010000000111010111011111110111110 | efa6a5ebbda9ebbc97e582adebb880ebbfbe |
UHC | 殮뽩뼗傭븀뿾 | 111001101111100110010110111001011001011010011111111010011011011010111010111001111001011110111110 | e6f996e5969fe9b6bae797be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)