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 | ??錚? | 0011111100111111111010000100001000111111 | 3f3fe8423f |
EUC-JP | ??錚? | 0011111100111111111011111010001100111111 | 3f3fefa33f |
UTF-8 | 裏렫錚렜 | 111011111010011110100111111010111010000010101011111010011000110010011010111010111010000010011100 | efa7a7eba0abe98c9aeba09c |
UHC | 裏렫錚렜 | 1110110011000000100011101011100111101110101101101000111010101110 | ecc08eb9eeb68eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)