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 | テォテ禿渉カ | 1100001110101011110000111001001111000011100011111100001010110110 | c3abc393c38fc2b6 |
EUC-JP | テォテ禿渉カ | 100011101100001110001110101010111000111011000011110001101100010110111110110001001000111010110110 | 8ec38eab8ec3c6c5bec48eb6 |
UTF-8 | テォテ禿渉カ | 111011111011111010000011111011111011110110101011111011111011111010000011111001111010011010111111111001101011100010001001111011111011110110110110 | efbe83efbdabefbe83e7a6bfe6b889efbdb6 |
UHC | ???禿?? | 00111111001111110011111111010100101111100011111100111111 | 3f3f3fd4be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)