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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ債按古 | 11000010100011011100001010001000110000101000110011000011 | c28dc288c28cc3 |
EUC-JP | ツ債按古 | 1000111011000010101110101100010010110000110001001011100011000101 | 8ec2bac4b0c4b8c5 |
UTF-8 | ツ債按古 | 111011111011111010000010111001011000001010110101111001101000110010001001111001011000111110100100 | efbe82e582b5e68c89e58fa4 |
UHC | ?債按古 | 00111111111100111111000011100100110011101100110110101111 | 3ff3f0e4cecdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)