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 | 糊基???? | 1000110011010000100010101110111000111111001111110011111100111111 | 8cd08aee3f3f3f3f |
EUC-JP | 糊基???? | 1011100011010010101101001111000000111111001111110011111100111111 | b8d2b4f03f3f3f3f |
UTF-8 | 糊基렱숄렰렧 | 111001111011001110001010111001011001111110111010111010111010000010110001111011001000100010000100111010111010000010110000111010111010000010100111 | e7b38ae59fbaeba0b1ec8884eba0b0eba0a7 |
UHC | 糊基렱숄렰렧 | 111110111101010111010000111100011000111010111110101111001111000110001110101111011000111010110110 | fbd5d0f18ebebcf18ebd8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)