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 | ??k???? | 00111111001111110110101100111111001111110011111100111111 | 3f3f6b3f3f3f3f |
SJIS-WIN | テ。kツ准ツ悳 | 110000111010000101101011110000101000111101111001110000101001110001111011 | c3a16bc28f79c29c7b |
EUC-JP | テ。kツ准ツ悳 | 10001110110000111000111010100001011010111000111011000010101111011101101010001110110000101101011111011100 | 8ec38ea16b8ec2bdda8ec2d7dc |
UTF-8 | テ。kツ准ツ悳 | 11101111101111101000001111101111101111011010000101101011111011111011111010000010111001011000011110000110111011111011111010000010111001101000001010110011 | efbe83efbda16befbe82e58786efbe82e682b3 |
UHC | ??k?准?悳 | 001111110011111101101011001111111111000111010111001111111101001111101101 | 3f3f6b3ff1d73fd3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)