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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈺ユ?厄?? | 111110111100010010000011100001100011111110010110111011110011111100111111 | fbc483863f96ef3f3f |
EUC-JP | 鈺ユ?厄?? | 10001111111000111101010110100101111001100011111111001100111100010011111100111111 | 8fe3d5a5e63fccf13f3f |
UTF-8 | 鈺ユ솄厄당쳪 | 111010011000100010111010111000111000001110100110111011001000011010000100111001011000111010000100111010111000101110111001111011001011001110101010 | e988bae383a6ec8684e58e84eb8bb9ecb3aa |
UHC | 鈺ユ솄厄당쳪 | 111010001010110110101011111001101001100110001001111001001111100010110100111001111010101110001111 | e8adabe69989e4f8b4e7ab8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)