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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譚灘廠 | 111001101001110110010011111001011000111110110001 | e69d93e58fb1 |
EUC-JP | 譚灘廠 | 111010111111110111000110111001111011111010110011 | ebfdc6e7beb3 |
UTF-8 | 譚灘廠 | 111010001010110110011010111001111000000110011000111001011011101110100000 | e8ad9ae78198e5bba0 |
UHC | 譚灘廠 | 110100111100100111110111101010001111001111011111 | d3c9f7a8f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)