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 | ?脹??鈍屠 | 001111111001001010101111001111110011111110010011110111011001001101101010 | 3f92af3f3f93dd936a |
EUC-JP | ?脹??鈍屠 | 001111111100010010110001001111110011111111000110110111111100010111001011 | 3fc4b13f3fc6dfc5cb |
UTF-8 | 뤋脹쭗샘鈍屠 | 111010111010010010001011111010001000010010111001111011001010110110010111111011001000001110011000111010011000100010001101111001011011000110100000 | eba48be884b9ecad97ec8398e9888de5b1a0 |
UHC | 뤋脹쭗샘鈍屠 | 100011111011101111110011111011001010011110001111101110111111100111010100111011111101001111110101 | 8fbbf3eca78fbbf9d4efd3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)