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 | テォテ禿静、 | 1100001110101011110000111001001111000011100100001100001110100100 | c3abc393c390c3a4 |
EUC-JP | テォテ禿静、 | 100011101100001110001110101010111000111011000011110001101100010111000000110001011000111010100100 | 8ec38eab8ec3c6c5c0c58ea4 |
UTF-8 | テォテ禿静、 | 111011111011111010000011111011111011110110101011111011111011111010000011111001111010011010111111111010011001110110011001111011111011110110100100 | efbe83efbdabefbe83e7a6bfe99d99efbda4 |
UHC | ???禿?? | 00111111001111110011111111010100101111100011111100111111 | 3f3f3fd4be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)