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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 息贈臓造^ | 100100011010011110010001101000011001000110011111100100011010001001011110 | 91a791a1919f91a25e |
EUC-JP | 息贈臓造^ | 110000101010100111000010101000111100001010100001110000101010010001011110 | c2a9c2a3c2a1c2a45e |
UTF-8 | 息贈臓造^ | 11100110100000011010111111101000101101001000100011101000100001111001001111101001100000001010000001011110 | e681afe8b488e88793e980a05e |
UHC | 息贈?造^ | 1110001111010011111100011111110000111111111100001110001101011110 | e3d3f1fc3ff0e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)