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 | 莠企〝鮨 | 1110010010111010100010101110100110000111100000001110100110111101 | e4ba8ae98780e9bd |
EUC-JP | 莠企?鮨 | 11101000101111001011010011101011001111111111001010111111 | e8bcb4eb3ff2bf |
UTF-8 | 莠企〝鮨 | 111010001000111010100000111001001011110010000001111000111000000010011101111010011010111010101000 | e88ea0e4bc81e3809de9aea8 |
UHC | ?企?? | 0011111111010000111010100011111100111111 | 3fd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)