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 | 野??泣?? | 1001011011101100001111110011111110001011100000110011111100111111 | 96ec3f3f8b833f3f |
EUC-JP | 野??泣?? | 1100110011101110001111110011111110110101111000110011111100111111 | ccee3f3fb5e33f3f |
UTF-8 | 野ㅻ벡泣쎿략 | 111010011000011110001110111000111000010110111011111010111011001010100001111001101011001110100011111011001000111010111111111010111001111010110101 | e9878ee385bbebb2a1e6b3a3ec8ebfeb9eb5 |
UHC | 野ㅻ벡泣쎿략 | 111001011010111110100100111010111011101010100100111010111110100010011011111001101011011110101011 | e5afa4ebbaa4ebe89be6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)