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 | 畑??逸?Ⅴ | 100101001010100000111111001111111000100011101101001111111000011101011000 | 94a83f3f88ed3f8758 |
EUC-JP | 畑??逸?? | 1100100010101010001111110011111110110000111011110011111100111111 | c8aa3f3fb0ef3f3f |
UTF-8 | 畑대벝逸놂Ⅴ | 111001111001010110010001111010111000110010000000111010111011001010011101111010011000000010111000111010111000011010000010111000101000010110100100 | e79591eb8c80ebb29de980b8eb8682e285a4 |
UHC | 畑대벝逸놂Ⅴ | 111011111010010110110100111010111001001110111000111011001110111110110011111011111010010110110100 | efa5b4eb93b8ecefb3efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)