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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厄???鈺 | 10010110111011110011111100111111001111111111101111000100 | 96ef3f3f3ffbc4 |
EUC-JP | 厄???鈺 | 1100110011110001001111110011111100111111100011111110001111010101 | ccf13f3f3f8fe3d5 |
UTF-8 | 厄닌됥뀖鈺 | 111001011000111010000100111010111000101110001100111010111001000010100101111010111000000010010110111010011000100010111010 | e58e84eb8b8ceb90a5eb8096e988ba |
UHC | 厄닌됥뀖鈺 | 11100100111110001011010011010001100010011110001110000101100011111110100010101101 | e4f8b4d189e3858fe8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)