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 | 吾?∥異?? | 100011001110000100111111100000010110000110001000110110010011111100111111 | 8ce13f816188d93f3f |
EUC-JP | 吾?‖異?? | 101110001110001100111111101000011100001010110000110110110011111100111111 | b8e33fa1c2b0db3f3f |
UTF-8 | 吾몃∥異든땟 | 111001011001000010111110111010111010101010000011111000101000100010100101111001111001010110110000111010111001001110100000111010111001010110011111 | e590beebaa83e288a5e795b0eb93a0eb959f |
UHC | 吾몃∥異든땟 | 111001111110111010111000111010111010000110101011111011001011011010110101111001111011011010101101 | e7eeb8eba1abecb6b5e7b6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)