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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??饒? | 10011000011000000011111100111111111010010110000000111111 | 98603f3fe9603f |
EUC-JP | 倭??饒? | 11001111110000010011111100111111111100011100000100111111 | cfc13f3ff1c13f |
UTF-8 | 倭욑슭饒ⓩ | 111001011000000010101101111011001001101010010001111011001000101010101101111010011010010110010010111000101001001110101001 | e580adec9a91ec8aade9a592e293a9 |
UHC | 倭욑슭饒ⓩ | 11101000110111101001111011101111101111011011111011101001101011101010100011100110 | e8de9eefbdbee9aea8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)