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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汀瀨??? | 10010010111100111111101101010000001111110011111100111111 | 92f3fb503f3f3f |
EUC-JP | 汀???? | 110001001111010100111111001111110011111100111111 | c4f53f3f3f3f |
UTF-8 | 汀瀨렱멸렫 | 111001101011000110000000111001111000000010101000111010111010000010110001111010111010100110111000111010111010000010101011 | e6b180e780a8eba0b1eba9b8eba0ab |
UHC | 汀瀨렱멸렫 | 11101111111000101101011011101110100011101011111010111000111010101000111010111001 | efe2d6ee8ebeb8ea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)