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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?庸?<? | 00111111100101110110011000111111100000011000001100111111 | 3f97663f81833f |
EUC-JP | ?庸?<? | 00111111110011011100011100111111101000011110001100111111 | 3fcdc73fa1e33f |
UTF-8 | 뤚庸깜<툫 | 111010111010010010011010111001011011101010111000111010101011100110011100111011111011110010011100111011011000100010101011 | eba49ae5bab8eab99cefbc9ced88ab |
UHC | 뤚庸깜<툫 | 10001111110010011110100110111100101100011111010010100011101111001011100101000010 | 8fc9e9bcb1f4a3bcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)