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 | ??、??? | 00111111001111111000000101000001001111110011111100111111 | 3f3f81413f3f3f |
EUC-JP | 繇?、沅?? | 1000111111010100110100010011111110100001101000101000111111000110111010010011111100111111 | 8fd4d13fa1a28fc6e93f3f |
UTF-8 | 繇잙、沅싨닊 | 111001111011100110000111111011001001111010011001111000111000000010000001111001101011001010000101111011001000101110101000111010111000101110001010 | e7b987ec9e99e38081e6b285ec8ba8eb8b8a |
UHC | 繇잙、沅싨닊 | 111010011010001110011111111010111010000110100010111010101011011010011010111001101000100010010001 | e9a39feba1a2eab69ae68891 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)