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 | 鈺ユ?厄? | 1111101111000100100000111000011000111111100101101110111100111111 | fbc483863f96ef3f |
EUC-JP | 鈺ユ?厄? | 100011111110001111010101101001011110011000111111110011001111000100111111 | 8fe3d5a5e63fccf13f |
UTF-8 | 鈺ユ솄厄당 | 111010011000100010111010111000111000001110100110111011001000011010000100111001011000111010000100111010111000101110111001 | e988bae383a6ec8684e58e84eb8bb9 |
UHC | 鈺ユ솄厄당 | 11101000101011011010101111100110100110011000100111100100111110001011010011100111 | e8adabe69989e4f8b4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)