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 | 淙?在?? | 10011111110010000011111110001101110111010011111100111111 | 9fc83f8ddd3f3f |
EUC-JP | 淙?在?? | 11011110110010100011111110111010110111110011111100111111 | deca3fbadf3f3f |
UTF-8 | 淙렊在쯔렱 | 111001101011011110011001111010111010000010001010111001011001110010101000111011001010111110010100111010111010000010110001 | e6b799eba08ae59ca8ecaf94eba0b1 |
UHC | 淙렊在쯔렱 | 11110000111110001000111010100001111011101010010011000010111010101000111010111110 | f0f88ea1eea4c2ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)