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 | ???岳 | 0011111100111111001111111000101001111000 | 3f3f3f8a78 |
EUC-JP | ?紈?岳 | 00111111100011111101001111001101001111111011001111011001 | 3f8fd3cd3fb3d9 |
UTF-8 | 뤚紈핊岳 | 111010111010010010011010111001111011010010001000111011011001010110001010111001011011001010110011 | eba49ae7b488ed958ae5b2b3 |
UHC | 뤚紈핊岳 | 1000111111001001111111001011110011000000100011111110010010111111 | 8fc9fcbcc08fe4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)