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\ | 100100100101100110010010010101001001001001011100 | 92599254925c |
SJIS-WIN | ?Y?T?\ | 001111110101100100111111010101000011111101011100 | 3f593f543f5c |
EUC-JP | ?Y?T?\ | 001111110101100100111111010101000011111101011100 | 3f593f543f5c |
UTF-8 | YT\ | 110000101001001001011001110000101001001001010100110000101001001001011100 | c29259c29254c2925c |
UHC | ?Y?T?\ | 001111110101100100111111010101000011111101011100 | 3f593f543f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)