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 | ?港??悸 | 00111111100011010110000000111111001111111001110010100111 | 3f8d603f3f9ca7 |
EUC-JP | ?港??悸 | 00111111101110011100000100111111001111111101100010101001 | 3fb9c13f3fd8a9 |
UTF-8 | 룿港뤞상悸 | 111010111010001110111111111001101011100010101111111010111010010010011110111011001000001110000001111001101000001010111000 | eba3bfe6b8afeba49eec8381e682b8 |
UHC | 룿港뤞상悸 | 10001111101100001111100111111011100011111100110110111011111100111100110011111011 | 8fb0f9fb8fcdbbf3ccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)