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 | ?懶し? | 001111111001110011101111100000101011010100111111 | 3f9cef82b53f |
EUC-JP | 芷懶し? | 1000111111010111110010011101100011110001101001001011011100111111 | 8fd7c9d8f1a4b73f |
UTF-8 | 芷懶し렜 | 111010001000101010110111111001101000011110110110111000111000000110010111111010111010000010011100 | e88ab7e687b6e38197eba09c |
UHC | 芷懶し렜 | 1111001010111010110101001111101110101010101101111000111010101110 | f2bad4fbaab78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)