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 | ??T??? | 001111110011111101010100001111110011111100111111 | 3f3f543f3f3f |
SJIS-WIN | テサTツ嘉ョ | 11000011101110110101010011000010100010011100001110101110 | c3bb54c289c3ae |
EUC-JP | テサTツ嘉ョ | 1000111011000011100011101011101101010100100011101100001010110010110001011000111010101110 | 8ec38ebb548ec2b2c58eae |
UTF-8 | テサTツ嘉ョ | 11101111101111101000001111101111101111011011101101010100111011111011111010000010111001011001100010001001111011111011110110101110 | efbe83efbdbb54efbe82e59889efbdae |
UHC | ??T?嘉? | 00111111001111110101010000111111110010101010100100111111 | 3f3f543fcaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)