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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テケテ鳴。テア | 1100001110111001110000111001011011000010101000011100001110110001 | c3b9c396c2a1c3b1 |
EUC-JP | テケテ鳴。テア | 1000111011000011100011101011100110001110110000111100110011000100100011101010000110001110110000111000111010110001 | 8ec38eb98ec3ccc48ea18ec38eb1 |
UTF-8 | テケテ鳴。テア | 111011111011111010000011111011111011110110111001111011111011111010000011111010011011001110110100111011111011110110100001111011111011111010000011111011111011110110110001 | efbe83efbdb9efbe83e9b3b4efbda1efbe83efbdb1 |
UHC | ???鳴??? | 0011111100111111001111111101100110110000001111110011111100111111 | 3f3f3fd9b03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)