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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | イ寬ス而B | 111100101011011010110010111110101010101010111101100011101010011101000010 | f2b6b2faaabd8ea742 |
EUC-JP | ?イ?ス而B | 001111111000111010110010001111111000111010111101101111001010100101000010 | 3f8eb23f8ebdbca942 |
UTF-8 | イ寬ス而B | 11101110100001111010110111101111101111011011001011100101101011111010110011101111101111011011110111101000100000001000110001000010 | ee87adefbdb2e5afacefbdbde8808c42 |
UHC | ??寬?而B | 0011111100111111110011101011000000111111111011001011101101000010 | 3f3fceb03fecbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)