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 | 業??壯ワ? | 100010111100011000111111001111111001101011100001100000111000111100111111 | 8bc63f3f9ae1838f3f |
EUC-JP | 業??壯ワ? | 101101101100100000111111001111111101010011100011101001011110111100111111 | b6c83f3fd4e3a5ef3f |
UTF-8 | 業뉚솿壯ワ슬 | 111001101010010110101101111010111000100110011010111011001000011010111111111001011010001110101111111000111000001110101111111011001000101010101100 | e6a5adeb899aec86bfe5a3afe383afec8aac |
UHC | 業뉚솿壯ワ슬 | 111001011111011010000111111011101001100110110011111011011110000010101011111011111011110110111101 | e5f687ee99b3ede0abefbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)