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 | ÂYÂT\ | 11000010100100100101100111000010100100100101010001011100 | c29259c292545c |
SJIS-WIN | ??Y??T\ | 00111111001111110101100100111111001111110101010001011100 | 3f3f593f3f545c |
EUC-JP | Â?YÂ?T\ | 1000111110101010101001000011111101011001100011111010101010100100001111110101010001011100 | 8faaa43f598faaa43f545c |
UTF-8 | ÂYÂT\ | 1100001110000010110000101001001001011001110000111000001011000010100100100101010001011100 | c382c29259c382c292545c |
UHC | ??Y??T\ | 00111111001111110101100100111111001111110101010001011100 | 3f3f593f3f545c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)