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 | 沃??有?? | 1001011110000000001111110011111110010111010011000011111100111111 | 97803f3f974c3f3f |
EUC-JP | 沃??有?? | 1100110111100000001111110011111111001101101011010011111100111111 | cde03f3fcdad3f3f |
UTF-8 | 沃섍퀡有앮쾮 | 111001101011001010000011111011001000010010001101111011011000000010100001111001101001110010001001111011001001010110101110111011001011111010101110 | e6b283ec848ded80a1e69c89ec95aeecbeae |
UHC | 沃섍퀡有앮쾮 | 111010001010101010011000111010101011001110010101111010101111001110011101111001101011001010000101 | e8aa98eab395eaf39de6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)