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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炭即端 | 100100100101100110010001101001101001001001011011 | 925991a6925b |
EUC-JP | 炭即端 | 110000111011101011000010101010001100001110111100 | c3bac2a8c3bc |
UTF-8 | 炭即端 | 111001111000001010101101111001011000110110110011111001111010101110101111 | e782ade58db3e7abaf |
UHC | 炭?端 | 1111011110101001001111111101001110101110 | f7a93fd3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)