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 | ?N???U?w^ | 001111110100111000111111001111110011111101010101001111110111011101011110 | 3f4e3f3f3f553f775e |
SJIS-WIN | ?N???U?w^ | 001111110100111000111111001111110011111101010101001111110111011101011110 | 3f4e3f3f3f553f775e |
EUC-JP | ?N???U?w^ | 001111110100111000111111001111110011111101010101001111110111011101011110 | 3f4e3f3f3f553f775e |
UTF-8 | 창N횪횙창U횪w^ | 11101100101100001011110101001110111011011001101010101010111011011001101010011001111011001011000010111101010101011110110110011010101010100111011101011110 | ecb0bd4eed9aaaed9a99ecb0bd55ed9aaa775e |
UHC | 창N횪횙창U횪w^ | 1100001110100010010011101100001110100000110000111001001111000011101000100101010111000011101000000111011101011110 | c3a24ec3a0c393c3a255c3a0775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)