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 | 蹟?俺? | 100100001101011000111111100010011011010000111111 | 90d63f89b43f |
EUC-JP | 蹟?俺? | 110000001101100000111111101100101011011000111111 | c0d83fb2b63f |
UTF-8 | 蹟렱俺팩 | 111010001011100110011111111010111010000010110001111001001011111110111010111011011000110010101001 | e8b99feba0b1e4bfbaed8ca9 |
UHC | 蹟렱俺팩 | 1110111011100111100011101011111011100101111011111100011011010001 | eee78ebee5efc6d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)