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 | 湜ソー澈雫溿 | 11111011010001111011111110110000111110110100101110001110101101001111101101001010 | fb47bfb0fb4b8eb4fb4a |
EUC-JP | 湜ソー澈雫溿 | 100011111100011111111100100011101011111110001110101100001000111111001000111001011011110010110110100011111100100010110001 | 8fc7fc8ebf8eb08fc8e5bcb68fc8b1 |
UTF-8 | 湜ソー澈雫溿 | 111001101011100110011100111011111011110110111111111011111011110110110000111001101011111010001000111010011001101110101011111001101011101010111111 | e6b99cefbdbfefbdb0e6be88e99babe6babf |
UHC | 湜??澈?? | 1110001111010111001111110011111111110100110011010011111100111111 | e3d73f3ff4cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)