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 | 業??唯?? | 1000101111000110001111110011111110010111010000100011111100111111 | 8bc63f3f97423f3f |
EUC-JP | 業??唯?? | 1011011011001000001111110011111111001101101000110011111100111111 | b6c83f3fcda33f3f |
UTF-8 | 業졼끂唯쏃쪛 | 111001101010010110101101111011001010000110111100111010111000000110000010111001011001010010101111111011001000111110000011111011001010101010011011 | e6a5adeca1bceb8182e594afec8f83ecaa9b |
UHC | 業졼끂唯쏃쪛 | 111001011111011010100000111000111000010110111000111010101110011010011011111010011010010110010100 | e5f6a0e385b8eae69be9a594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)