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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 樽達旦蔵辿脱 | 100100100100110110010010010000101001001001010101100100011010000010010010010010001001001001000101 | 924d9242925591a092489245 |
EUC-JP | 樽達旦蔵辿脱 | 110000111010111011000011101000111100001110110110110000101010001011000011101010011100001110100110 | c3aec3a3c3b6c2a2c3a9c3a6 |
UTF-8 | 樽達旦蔵辿脱 | 111001101010100010111101111010011000000110010100111001101001011110100110111010001001010010110101111010001011111010111111111010001000010010110001 | e6a8bde98194e697a6e894b5e8bebfe884b1 |
UHC | 樽達旦??? | 111100011101110011010011101110011101001110101001001111110011111100111111 | f1dcd3b9d3a93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)