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 | 要????┷ | 1001011101110110001111110011111100111111001111111000010010111000 | 97763f3f3f3f84b8 |
EUC-JP | 要??靷?┷ | 11001101110101110011111100111111100011111110011110111101001111111010100010111010 | cdd73f3f8fe7bd3fa8ba |
UTF-8 | 要쏅뱯靷뗰┷ | 111010001010011010000001111011001000111110000101111010111011000110101111111010011001110110110111111010111001011110110000111000101001010010110111 | e8a681ec8f85ebb1afe99db7eb97b0e294b7 |
UHC | 要쏅뱯靷뗰┷ | 111010011010100110011011111010111001001110010101111011001110011010001011111011111010011010111010 | e9a99beb9395ece68befa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)