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 | 迅?迅? | 100100000111011000111111100100000111011000111111 | 90763f90763f |
EUC-JP | 迅?迅? | 101111111101011100111111101111111101011100111111 | bfd73fbfd73f |
UTF-8 | 迅렊迅렔 | 111010001011111110000101111010111010000010001010111010001011111110000101111010111010000010010100 | e8bf85eba08ae8bf85eba094 |
UHC | 迅렊迅렔 | 1110001111110110100011101010000111100011111101101000111010101001 | e3f68ea1e3f68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)