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 | 鈺??秧?? | 1111101111000100001111110011111111100010010111100011111100111111 | fbc43f3fe25e3f3f |
EUC-JP | 鈺??秧?? | 100011111110001111010101001111110011111111100011101111110011111100111111 | 8fe3d53f3fe3bf3f3f |
UTF-8 | 鈺됮쐥秧붷꺅 | 111010011000100010111010111010111001000010101110111011001001000010100101111001111010011110100111111010111011011010110111111010101011101010000101 | e988baeb90aeec90a5e7a7a7ebb6b7eaba85 |
UHC | 鈺됮쐥秧붷꺅 | 111010001010110110001001111010011001110010001010111001001110101110010100111001011011001010100110 | e8ad89e99c8ae4eb94e5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)