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 | ???腱 | 0011111100111111001111111110010001000110 | 3f3f3fe446 |
EUC-JP | ???腱 | 0011111100111111001111111110011110100111 | 3f3f3fe7a7 |
UTF-8 | 劉ㅣ댄腱 | 111011111010011110000111111000111000010110100011111010111000110010000100111010001000010110110001 | efa787e385a3eb8c84e885b1 |
UHC | 劉ㅣ댄腱 | 1110101011100101101001001101001110110100111011011100101111110010 | eae5a4d3b4edcbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)