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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?矮泄\ | 001111111110000111100010100111111001010101011100 | 3fe1e29f955c |
EUC-JP | ?矮泄\ | 001111111110001011100100110111011111010101011100 | 3fe2e4ddf55c |
UTF-8 | 뾸矮泄\ | 11101011101111101011100011100111100111111010111011100110101100111000010001011100 | ebbeb8e79faee6b3845c |
UHC | 뾸矮泄\ | 10010111011110101110100011100001111000001101110001011100 | 977ae8e1e0dc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)