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 | 炭辿捉棚 | 1001001001011001100100100100100010010001101010001001001001001001 | 9259924891a89249 |
EUC-JP | 炭辿捉棚 | 1100001110111010110000111010100111000010101010101100001110101010 | c3bac3a9c2aac3aa |
UTF-8 | 炭辿捉棚 | 111001111000001010101101111010001011111010111111111001101000110110001001111001101010001110011010 | e782ade8bebfe68d89e6a39a |
UHC | 炭?捉棚 | 11110111101010010011111111110011101101011101110111011100 | f7a93ff3b5dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)