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 | ???姐 | 0011111100111111001111111000100010110111 | 3f3f3f88b7 |
EUC-JP | ???姐 | 0011111100111111001111111011000010111001 | 3f3f3fb0b9 |
UTF-8 | 劉ㅸ쐈姐 | 111011111010011110000111111000111000010110111000111011001001000010001000111001011010011110010000 | efa787e385b8ec9088e5a790 |
UHC | 劉ㅸ쐈姐 | 1110101011100101101001001110100010111101111110101110111010111011 | eae5a4e8bdfaeebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)