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 | 淫???れ? | 1000100011111010001111110011111100111111100000101110101000111111 | 88fa3f3f3f82ea3f |
EUC-JP | 淫???れ? | 1011000011111100001111110011111100111111101001001110110000111111 | b0fc3f3f3fa4ec3f |
UTF-8 | 淫뀁셾硫れ꽧 | 111001101011011110101011111010111000000010000001111011001000010110111110111011111010011110001110111000111000001010001100111010101011110110100111 | e6b7abeb8081ec85beefa78ee3828ceabda7 |
UHC | 淫뀁셾硫れ꽧 | 111010111110001010110010111011001001100110000011111010111010100110101010111011001000010010110010 | ebe2b2ec9983eba9aaec84b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)