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 | ?榕制? | 001111111001111011010101100100001010011100111111 | 3f9ed590a73f |
EUC-JP | ?榕制? | 001111111101110011010111110000001010100100111111 | 3fdcd7c0a93f |
UTF-8 | 뤚榕制췇 | 111010111010010010011010111001101010011010010101111001011000100010110110111011001011011110000111 | eba49ae6a695e588b6ecb787 |
UHC | 뤚榕制췇 | 1000111111001001111010011011111011110000101001001010111001000010 | 8fc9e9bef0a4ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)