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 | 驛「蠅灘シ | 1110100110000011101000101110010110100010100100111110010110111100 | e983a2e5a293e5bc |
EUC-JP | 驛「蠅灘シ | 11110001111000111000111010100010111010101010010011000110111001111000111010111100 | f1e38ea2eaa4c6e78ebc |
UTF-8 | 驛「蠅灘シ | 111010011010100110011011111011111011110110100010111010001010000010000101111001111000000110011000111011111011110110111100 | e9a99befbda2e8a085e78198efbdbc |
UHC | 驛?蠅灘? | 1110011010111110001111111110001110110010111101111010100000111111 | e6be3fe3b2f7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)