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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 移?艇?? | 10001000110110100011111110010010111110000011111100111111 | 88da3f92f83f3f |
EUC-JP | 移?艇?? | 10110000110111000011111111000100111110100011111100111111 | b0dc3fc4fa3f3f |
UTF-8 | 移렖艇쯧렟 | 111001111010011110111011111010111010000010010110111010001000100110000111111011001010111110100111111010111010000010011111 | e7a7bbeba096e88987ecafa7eba09f |
UHC | 移렖艇쯧렟 | 11101100101110011000111010101011111011111111001111000010111011001000111010110000 | ecb98eabeff3c2ec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)