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 | ?窯?? | 0011111110010111011100010011111100111111 | 3f97713f3f |
EUC-JP | ?窯?? | 0011111111001101110100100011111100111111 | 3fcdd23f3f |
UTF-8 | 렋窯렓렚 | 111010111010000010001011111001111010101010101111111010111010000010010011111010111010000010011010 | eba08be7aaafeba093eba09a |
UHC | 렋窯렓렚 | 1000111010100010111010011010001010001110101010001000111010101101 | 8ea2e9a28ea88ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)