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 | ?????× | 001111110011111100111111001111110011111111010111 | 3f3f3f3f3fd7 |
SJIS-WIN | テつ゜テつ× | 11000011100000101100001010000001010010111100001110000010110000101000000101111110 | c382c2814bc382c2817e |
EUC-JP | テつ゜テつ× | 100011101100001110100100110001001010000110101100100011101100001110100100110001001010000111011111 | 8ec3a4c4a1ac8ec3a4c4a1df |
UTF-8 | テつ゜テつ× | 1110111110111110100000111110001110000001101001001110001110000010100111001110111110111110100000111110001110000001101001001100001110010111 | efbe83e381a4e3829cefbe83e381a4c397 |
UHC | ?つ??つ× | 001111111010101011000100001111110011111110101010110001001010000110111111 | 3faac43f3faac4a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)