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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弛??燼 | 100100100110111100111111001111111110000010011110 | 926f3f3fe09e |
EUC-JP | 弛??燼 | 110000111101000000111111001111111101111111111110 | c3d03f3fdffe |
UTF-8 | 弛블밟燼 | 111001011011110010011011111010111011100010010100111010111011000010011111111001111000011110111100 | e5bc9bebb894ebb09fe787bc |
UHC | 弛블밟燼 | 1110110010101100101110101110110110111001111000101110001111101000 | ecacbaedb9e2e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)