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 | ?????z | 001111110011111100111111001111110011111101111010 | 3f3f3f3f3f7a |
SJIS-WIN | ツ淌ウテ「z | 11000010100111111100001110110011110000111010001001111010 | c29fc3b3c3a27a |
EUC-JP | ツ淌ウテ「z | 1000111011000010110111101100010110001110101100111000111011000011100011101010001001111010 | 8ec2dec58eb38ec38ea27a |
UTF-8 | ツ淌ウテ「z | 11101111101111101000001011100110101101111000110011101111101111011011001111101111101111101000001111101111101111011010001001111010 | efbe82e6b78cefbdb3efbe83efbda27a |
UHC | ?????z | 001111110011111100111111001111110011111101111010 | 3f3f3f3f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)