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 | ?????“ | 00111111001111110011111100111111001111111000000101100111 | 3f3f3f3f3f8167 |
EUC-JP | ?????“ | 00111111001111110011111100111111001111111010000111001000 | 3f3f3f3f3fa1c8 |
UTF-8 | 溜뷸슑溜븐“ | 111011111010011110001011111010111011011110111000111011001000101010010001111011111010011110001011111010111011100010010000111000101000000010011100 | efa78bebb7b8ec8a91efa78bebb890e2809c |
UHC | 溜뷸슑溜븐“ | 111010101111111010111010111001101001101010100000111010101111111010111010111011001010000110110000 | eafebae69aa0eafebaeca1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)