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 | ツ但ツ樽ツ辰 | 110000101001001001000001110000101001001001001101110000101001001001000011 | c29241c2924dc29243 |
EUC-JP | ツ但ツ樽ツ辰 | 100011101100001011000011101000101000111011000010110000111010111010001110110000101100001110100100 | 8ec2c3a28ec2c3ae8ec2c3a4 |
UTF-8 | ツ但ツ樽ツ辰 | 111011111011111010000010111001001011110110000110111011111011111010000010111001101010100010111101111011111011111010000010111010001011111010110000 | efbe82e4bd86efbe82e6a8bdefbe82e8beb0 |
UHC | ?但?樽?辰 | 001111111101001110100011001111111111000111011100001111111111001011100011 | 3fd3a33ff1dc3ff2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)