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 | ??V????O | 0011111100111111010101100011111100111111001111110011111101001111 | 3f3f563f3f3f3f4f |
| SJIS-WIN | ??V????O | 0011111100111111010101100011111100111111001111110011111101001111 | 3f3f563f3f3f3f4f |
| EUC-JP | ??V????O | 0011111100111111010101100011111100111111001111110011111101001111 | 3f3f563f3f3f3f4f |
| UTF-8 | 횄짙V횂혬횄쨘O | 1110110110011010100001001110110010100111100110010101011011101101100110101000001011101101100110001010110011101101100110101000010011101100101010001001100001001111 | ed9a84eca79956ed9a82ed98aced9a84eca8984f |
| UHC | 횄짙V횂혬횄쨘O | 1100001110000011110000101010001101010110110000111000001011000010100101001100001110000011110000101011101001001111 | c383c2a356c382c294c383c2ba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)