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 | 伊斷伊鄲 | 1000100011001001100111011101000010001000110010011110011111000000 | 88c99dd088c9e7c0 |
EUC-JP | 伊斷伊鄲 | 1011000011001011110110101101001010110000110010111110111011000010 | b0cbdad2b0cbeec2 |
UTF-8 | 伊斷伊鄲 | 111001001011110010001010111001101001011010110111111001001011110010001010111010011000010010110010 | e4bc8ae696b7e4bc8ae984b2 |
UHC | 伊斷伊鄲 | 1110110010100101110100111010100011101100101001011101001110110011 | eca5d3a8eca5d3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)