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 | 泳??愈?? | 1000100101101010001111110011111110010110111110100011111100111111 | 896a3f3f96fa3f3f |
EUC-JP | 泳??愈?? | 1011000111001011001111110011111111001100111111000011111100111111 | b1cb3f3fccfc3f3f |
UTF-8 | 泳뤿ㅋ愈뉔돍 | 111001101011001110110011111010111010010010111111111000111000010110001011111001101000010010001000111010111000100110010100111010111000111110001101 | e6b3b3eba4bfe3858be68488eb8994eb8f8d |
UHC | 泳뤿ㅋ愈뉔돍 | 111001111011011010001111111010111010010010111011111010101110111110000111111010011000100110011011 | e7b68feba4bbeaef87e9899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)