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 | 野????Ⅴ | 1001011011101100001111110011111100111111001111111000011101011000 | 96ec3f3f3f3f8758 |
EUC-JP | 野????? | 11001100111011100011111100111111001111110011111100111111 | ccee3f3f3f3f3f |
UTF-8 | 野ㅻ맕留뚳Ⅴ | 111010011000011110001110111000111000010110111011111010111010011110010101111011111010011110001101111010111001101010110011111000101000010110100100 | e9878ee385bbeba795efa78deb9ab3e285a4 |
UHC | 野ㅻ맕留뚳Ⅴ | 111001011010111110100100111010111001000010100111111010111010011110001100111011111010010110110100 | e5afa4eb90a7eba78cefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)