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 | 逕菩弊岦」 | 111001111001010010010101111011001001010110111110111110101010110010100011 | e79495ec95befaaca3 |
EUC-JP | 逕菩弊岦」 | 1110110111110100110010101110111011001010110000001000111110111011101100111000111010100011 | edf4caeecac08fbbb38ea3 |
UTF-8 | 逕菩弊岦」 | 111010011000000010010101111010001000111110101001111001011011110010001010111001011011001010100110111011111011110110100011 | e98095e88fa9e5bc8ae5b2a6efbda3 |
UHC | 逕菩弊?? | 1100110011101111110111001100110011111000110010010011111100111111 | ccefdcccf8c93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)