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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???屋? | 001111110011111100111111100010011010111000111111 | 3f3f3f89ae3f |
EUC-JP | ???屋? | 001111110011111100111111101100101011000000111111 | 3f3f3fb2b03f |
UTF-8 | 醴ㅶ쫲屋콮 | 111011111010011010110111111000111000010110110110111011001010101110110010111001011011000110001011111011001011110110101110 | efa6b7e385b6ecabb2e5b18becbdae |
UHC | 醴ㅶ쫲屋콮 | 11100111111001001010010011100110101001101000101011101000101010011011001001000010 | e7e4a4e6a68ae8a9b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)