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 | 幽??? | 1001011101001000001111110011111100111111 | 97483f3f3f |
EUC-JP | 幽??? | 1100110110101001001111110011111100111111 | cda93f3f3f |
UTF-8 | 幽낅쑨硫 | 111001011011100110111101111010111000001010000101111011001001000110101000111011111010011110001110 | e5b9bdeb8285ec91a8efa78e |
UHC | 幽낅쑨硫 | 1110101011101011100001011110101110111110101001111110101110101001 | eaeb85ebbea7eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)