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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵫。セ鵫」ォ^ | 111111000100100010100001101111101111110001001000101000111010101101011110 | fc48a1befc48a3ab5e |
EUC-JP | 鵫。セ鵫」ォ^ | 100011111110101111111010100011101010000110001110101111101000111111101011111110101000111010100011100011101010101101011110 | 8febfa8ea18ebe8febfa8ea38eab5e |
UTF-8 | 鵫。セ鵫」ォ^ | 11101001101101011010101111101111101111011010000111101111101111011011111011101001101101011010101111101111101111011010001111101111101111011010101101011110 | e9b5abefbda1efbdbee9b5abefbda3efbdab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)