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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 溿爾炅爾瀨 | 11111011010010101000111010100010111110110101000110001110101000101111101101010000 | fb4a8ea2fb518ea2fb50 |
EUC-JP | 溿爾炅爾? | 1000111111001000101100011011110010100100100011111100100111001010101111001010010000111111 | 8fc8b1bca48fc9cabca43f |
UTF-8 | 溿爾炅爾瀨 | 111001101011101010111111111001111000100010111110111001111000001010000101111001111000100010111110111001111000000010101000 | e6babfe788bee78285e788bee780a8 |
UHC | ?爾炅爾瀨 | 001111111110110010110011110011001101110111101100101100111101011011101110 | 3fecb3ccddecb3d6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)