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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 提??驀? | 10010010111100010011111100111111111010010111110100111111 | 92f13f3fe97d3f |
EUC-JP | 提??驀? | 11000100111100110011111100111111111100011101111000111111 | c4f33f3ff1de3f |
UTF-8 | 提희렱驀렫 | 111001101000111110010000111011011001110110101100111010111010000010110001111010011010100110000000111010111010000010101011 | e68f90ed9daceba0b1e9a980eba0ab |
UHC | 提희렱驀렫 | 11110000101010111100100011110001100011101011111011011000111010011000111010111001 | f0abc8f18ebed8e98eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)