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 | 伊逗???鎖 | 100010001100100110010000100000000011111100111111001111111000110110111101 | 88c990803f3f3f8dbd |
EUC-JP | 伊逗???鎖 | 101100001100101110111111111000000011111100111111001111111011101010111111 | b0cbbfe03f3f3fbabf |
UTF-8 | 伊逗렚쇘뤈鎖 | 111001001011110010001010111010011000000010010111111010111010000010011010111011001000011110011000111010111010010010001000111010011000111010010110 | e4bc8ae98097eba09aec8798eba488e98e96 |
UHC | 伊逗렚쇘뤈鎖 | 111011001010010111010100111010001000111010101101101111001110011110001111101110001110000111110000 | eca5d4e88eadbce78fb8e1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)