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 | ?????z | 001111110011111100111111001111110011111101111010 | 3f3f3f3f3f7a |
SJIS-WIN | ?????z | 001111110011111100111111001111110011111101111010 | 3f3f3f3f3f7a |
EUC-JP | ?????z | 001111110011111100111111001111110011111101111010 | 3f3f3f3f3f7a |
UTF-8 | 혨횒혨챈혧z | 11101101100110001010100011101101100110101001001011101101100110001010100011101100101100011000100011101101100110001010011101111010 | ed98a8ed9a92ed98a8ecb188ed98a77a |
UHC | 혨횒혨챈혧z | 1100001010010000110000111000110111000010100100001100001110100110110000101000111101111010 | c290c38dc290c3a6c28f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)