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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 訒伜廠Y | 11111011101000111001100011100101100011111011000101011001 | fba398e58fb159 |
EUC-JP | 訒伜廠Y | 1000111111011101110010001101000011100111101111101011001101011001 | 8fddc8d0e7beb359 |
UTF-8 | 訒伜廠Y | 11101000101010001001001011100100101111001001110011100101101110111010000001011001 | e8a892e4bc9ce5bba059 |
UHC | ??廠Y | 0011111100111111111100111101111101011001 | 3f3ff3df59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)