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 | 號峯?? | 111001010110101010010101111101010011111100111111 | e56a95f53f3f |
EUC-JP | 號峯?? | 111010011100101111001010111101110011111100111111 | e9cbcaf73f3f |
UTF-8 | 號峯렯렠 | 111010001001100110011111111001011011001110101111111010111010000010101111111010111010000010100000 | e8999fe5b3afeba0afeba0a0 |
UHC | 號峯렯렠 | 1111101111011100110111001110011110001110101111001000111010110001 | fbdcdce78ebc8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)