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 | 蜊ウ貉帛叉貉 | 1110010110001101101100111110011010111001100110111110010110001101101100111110011010111001 | e58db3e6b99be58db3e6b9 |
EUC-JP | 蜊ウ貉帛叉貉 | 111010011110110110001110101100111110110010111011110101101110011110111010101101011110110010111011 | e9ed8eb3ecbbd6e7bab5ecbb |
UTF-8 | 蜊ウ貉帛叉貉 | 111010001001110010001010111011111011110110110011111010001011001010001001111001011011100010011011111001011000111110001001111010001011001010001001 | e89c8aefbdb3e8b289e5b89be58f89e8b289 |
UHC | ???帛叉? | 0011111100111111001111111101101111011001111100111010100100111111 | 3f3f3fdbd9f3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)