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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | テつ催δコ~ | 110000111000001011000010100011011100001110000011110000101011101001111110 | c382c28dc383c2ba7e |
EUC-JP | テつ催δコ~ | 1000111011000011101001001100010010111010110001011010011011000100100011101011101001111110 | 8ec3a4c4bac5a6c48eba7e |
UTF-8 | テつ催δコ~ | 111011111011111010000011111000111000000110100100111001011000001010101100110011101011010011101111101111011011101001111110 | efbe83e381a4e582acceb4efbdba7e |
UHC | ?つ催δ?~ | 001111111010101011000100111101011100101010100101111001000011111101111110 | 3faac4f5caa5e43f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)