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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???瑗?? | 0011111100111111001111111000111111001100110000000011111100111111 | 3f3f3f8fccc03f3f |
UTF-8 | 僚녈룂瑗깁뇡 | 111011111010011010111011111010111000010110001000111010111010001110000010111001111001000110010111111010101011100110000001111010111000011110100001 | efa6bbeb8588eba382e79197eab981eb87a1 |
UHC | 僚녈룂瑗깁뇡 | 111010001110100010110011111000111000111110000011111010101011110010110001111010011000011110001001 | e8e8b3e38f83eabcb1e98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)