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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 鋙軸溿雫K | 111110111101000110001110101100101111101101001010100011101011010001001011 | fbd18eb2fb4a8eb44b |
EUC-JP | 鋙軸溿雫K | 1000111111100100110000111011110010110100100011111100100010110001101111001011011001001011 | 8fe4c3bcb48fc8b1bcb64b |
UTF-8 | 鋙軸溿雫K | 11101001100010111001100111101000101110111011100011100110101110101011111111101001100110111010101101001011 | e98b99e8bbb8e6babfe99bab4b |
UHC | ?軸??K | 001111111111010111101110001111110011111101001011 | 3ff5ee3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)