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 | ??Any??AnyB | 0011111100111111010000010110111001111001001111110011111101000001011011100111100101000010 | 3f3f416e793f3f416e7942 |
SJIS-WIN | ??Any??AnyB | 0011111100111111010000010110111001111001001111110011111101000001011011100111100101000010 | 3f3f416e793f3f416e7942 |
EUC-JP | ??Any??AnyB | 0011111100111111010000010110111001111001001111110011111101000001011011100111100101000010 | 3f3f416e793f3f416e7942 |
UTF-8 | 횂혪Any횂혪AnyB | 11101101100110101000001011101101100110001010101001000001011011100111100111101101100110101000001011101101100110001010101001000001011011100111100101000010 | ed9a82ed98aa416e79ed9a82ed98aa416e7942 |
UHC | 횂혪Any횂혪AnyB | 110000111000001011000010100100100100000101101110011110011100001110000010110000101001001001000001011011100111100101000010 | c382c292416e79c382c292416e7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)