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 | ??@??? | 001111110011111101000000001111110011111100111111 | 3f3f403f3f3f |
SJIS-WIN | テヲ@ツ嘉ァ | 11000011101001100100000011000010100010011100001110100111 | c3a640c289c3a7 |
EUC-JP | テヲ@ツ嘉ァ | 1000111011000011100011101010011001000000100011101100001010110010110001011000111010100111 | 8ec38ea6408ec2b2c58ea7 |
UTF-8 | テヲ@ツ嘉ァ | 11101111101111101000001111101111101111011010011001000000111011111011111010000010111001011001100010001001111011111011110110100111 | efbe83efbda640efbe82e59889efbda7 |
UHC | ??@?嘉? | 00111111001111110100000000111111110010101010100100111111 | 3f3f403fcaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)