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 | 業??壯?? | 1000101111000110001111110011111110011010111000010011111100111111 | 8bc63f3f9ae13f3f |
EUC-JP | 業??壯?? | 1011011011001000001111110011111111010100111000110011111100111111 | b6c83f3fd4e33f3f |
UTF-8 | 業뉛슝壯잍톽 | 111001101010010110101101111010111000100110011011111011001000101010011101111001011010001110101111111011001001111010001101111011011000011010111101 | e6a5adeb899bec8a9de5a3afec9e8ded86bd |
UHC | 業뉛슝壯잍톽 | 111001011111011010000111111011111011110110111001111011011110000010011111111001101011011110001111 | e5f687efbdb9ede09fe6b78f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)