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 | 湫貳牘゚ロ | 1001111111010101111001101100011011100000101011111101111111011011 | 9fd5e6c6e0afdfdb |
EUC-JP | 湫貳牘゚ロ | 11011110110101111110110011001000111000001011000110001110110111111000111011011011 | ded7ecc8e0b18edf8edb |
UTF-8 | 湫貳牘゚ロ | 111001101011100110101011111010001011001010110011111001111000100110011000111011111011111010011111111011111011111010011011 | e6b9abe8b2b3e78998efbe9fefbe9b |
UHC | 湫貳牘?? | 1111010111010011111011001100001111010100101110100011111100111111 | f5d3ecc3d4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)