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 | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | 諸シ譎冑TB | 111110111010100110111100111001101001100110011001011010000101010001000010 | fba9bce69999685442 |
EUC-JP | ?シ譎冑TB | 001111111000111010111100111010111111100111010001110010010101010001000010 | 3f8ebcebf9d1c95442 |
UTF-8 | 諸シ譎冑TB | 1110111110101000101000101110111110111101101111001110100010101101100011101110010110000110100100010101010001000010 | efa8a2efbdbce8ad8ee586915442 |
UHC | ??譎?TB | 00111111001111111111110111010010001111110101010001000010 | 3f3ffdd23f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)