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 | 阻?腸? | 100100010110101000111111100100101011000000111111 | 916a3f92b03f |
EUC-JP | 阻?腸? | 110000011100101100111111110001001011001000111111 | c1cb3fc4b23f |
UTF-8 | 阻렗腸얌 | 111010011001100010111011111010111010000010010111111010001000010110111000111011001001011010001100 | e998bbeba097e885b8ec968c |
UHC | 阻렗腸얌 | 1111000011100110100011101010110011101101111100111011111011100100 | f0e68eacedf3bee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)