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 | 陰??淫?? | 1000100101000001001111110011111110001000111110100011111100111111 | 89413f3f88fa3f3f |
EUC-JP | 陰??淫?? | 1011000110100010001111110011111110110000111111000011111100111111 | b1a23f3fb0fc3f3f |
UTF-8 | 陰앲촿淫먨썱 | 111010011001100110110000111011001001010110110010111011001011010010111111111001101011011110101011111010111010100010101000111011001000110110110001 | e999b0ec95b2ecb4bfe6b7abeba8a8ec8db1 |
UHC | 陰앲촿淫먨썱 | 111010111110010010011101111010001010110010000001111010111110001010010000111001011001101110100000 | ebe49de8ac81ebe290e59ba0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)