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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?斐扱忽?窟 | 00111111100101001110001110001000101101011000110110011010001111111000110001000001 | 3f94e388b58d9a3f8c41 |
EUC-JP | ?斐扱忽?窟 | 00111111110010001110010110110000101101111011100111111010001111111011011110100010 | 3fc8e5b0b7b9fa3fb7a2 |
UTF-8 | 뤋斐扱忽퀚窟 | 111010111010010010001011111001101001011010010000111001101000100110110001111001011011111110111101111011011000000010011010111001111010101010011111 | eba48be69690e689b1e5bfbded809ae7aa9f |
UHC | 뤋斐扱忽퀚窟 | 100011111011101111011101111011001101000011100010111110111110110010110011100011101100111111011111 | 8fbbddecd0e2fbecb38ecfdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)