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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?戍?オ | 001111111001110011111001001111111000001101001001 | 3f9cf93f8349 |
EUC-JP | ?戍?オ | 001111111101100011111011001111111010010110101010 | 3fd8fb3fa5aa |
UTF-8 | 룵戍춳オ | 111010111010001110110101111001101000100010001101111011001011011010110011111000111000001010101010 | eba3b5e6888decb6b3e382aa |
UHC | 룵戍춳オ | 1000111110101010111000101010000110101101100011111010101110101010 | 8faae2a1ad8fabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)