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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ慊嘉「ツ、 | 1100001010011100110000101000100111000011101000101100001010100100 | c29cc289c3a2c2a4 |
EUC-JP | ツ慊嘉「ツ、 | 100011101100001011011000110001001011001011000101100011101010001010001110110000101000111010100100 | 8ec2d8c4b2c58ea28ec28ea4 |
UTF-8 | ツ慊嘉「ツ、 | 111011111011111010000010111001101000010110001010111001011001100010001001111011111011110110100010111011111011111010000010111011111011110110100100 | efbe82e6858ae59889efbda2efbe82efbda4 |
UHC | ?慊嘉??? | 0011111111001100110000111100101010101001001111110011111100111111 | 3fccc3caa93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)