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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 伊鍛伊斷 | 1000100011001001100100100110001010001000110010011001110111010000 | 88c9926288c99dd0 |
EUC-JP | 伊鍛伊斷 | 1011000011001011110000111100001110110000110010111101101011010010 | b0cbc3c3b0cbdad2 |
UTF-8 | 伊鍛伊斷 | 111001001011110010001010111010011000110110011011111001001011110010001010111001101001011010110111 | e4bc8ae98d9be4bc8ae696b7 |
UHC | 伊鍛伊斷 | 1110110010100101110100111011010011101100101001011101001110101000 | eca5d3b4eca5d3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)