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 | ????爭 | 001111110011111100111111001111111110000010100101 | 3f3f3f3fe0a5 |
EUC-JP | ????爭 | 001111110011111100111111001111111110000010100111 | 3f3f3f3fe0a7 |
UTF-8 | 뤙굴법롔爭 | 111010111010010010011001111010101011010110110100111010111011001010010101111010111010000110010100111001111000100010101101 | eba499eab5b4ebb295eba194e788ad |
UHC | 뤙굴법롔爭 | 10001111110010001011000110111100101110011111110110001110110110001110111010110011 | 8fc8b1bcb9fd8ed8eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)