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 | 幽멱렭렞 | 111001011011100110111101111010111010100110110001111010111010000010101101111010111010000010011110 | e5b9bdeba9b1eba0adeba09e |
UHC | 幽멱렭렞 | 1110101011101011101110001110100010001110101110101000111010101111 | eaebb8e88eba8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)