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\ | 1001001001011001100100100101010001011100 | 925992545c |
SJIS-WIN | ?Y?T\ | 0011111101011001001111110101010001011100 | 3f593f545c |
EUC-JP | ?Y?T\ | 0011111101011001001111110101010001011100 | 3f593f545c |
UTF-8 | YT\ | 11000010100100100101100111000010100100100101010001011100 | c29259c292545c |
UHC | ?Y?T\ | 0011111101011001001111110101010001011100 | 3f593f545c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)