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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鉙ォョ^ | 1111101111001000101010111010111001011110 | fbc8abae5e |
EUC-JP | 鉙ォョ^ | 1000111111100011111000111000111010101011100011101010111001011110 | 8fe3e38eab8eae5e |
UTF-8 | 鉙ォョ^ | 11101001100010011001100111101111101111011010101111101111101111011010111001011110 | e98999efbdabefbdae5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)