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 | YT\YYT | 100100100101100110010010010101001001001001011100100100100101100110010010010110011001001001010100 | 92599254925c925992599254 |
SJIS-WIN | ?Y?T?\?Y?Y?T | 001111110101100100111111010101000011111101011100001111110101100100111111010110010011111101010100 | 3f593f543f5c3f593f593f54 |
EUC-JP | ?Y?T?\?Y?Y?T | 001111110101100100111111010101000011111101011100001111110101100100111111010110010011111101010100 | 3f593f543f5c3f593f593f54 |
UTF-8 | YT\YYT | 110000101001001001011001110000101001001001010100110000101001001001011100110000101001001001011001110000101001001001011001110000101001001001010100 | c29259c29254c2925cc29259c29259c29254 |
UHC | ?Y?T?\?Y?Y?T | 001111110101100100111111010101000011111101011100001111110101100100111111010110010011111101010100 | 3f593f543f5c3f593f593f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)