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 | 罌??悠?? | 1110001110100000001111110011111110010111010010010011111100111111 | e3a03f3f97493f3f |
EUC-JP | 罌??悠?? | 1110011010100010001111110011111111001101101010100011111100111111 | e6a23f3fcdaa3f3f |
UTF-8 | 罌븐꼮悠밧▶ | 111001111011110110001100111010111011100010010000111010101011110010101110111001101000001010100000111010111011000010100111111000101001011010110110 | e7bd8cebb890eabcaee682a0ebb0a7e296b6 |
UHC | 罌븐꼮悠밧▶ | 111001011010001010111010111011001000010010001001111010101110110110111001111001011010001010111010 | e5a2baec8489eaedb9e5a2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)