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 | 趙?肄?? | 11100110111000100011111111100011111001010011111100111111 | e6e23fe3e53f3f |
EUC-JP | 趙?肄?? | 11101100111001000011111111100110111001110011111100111111 | ece43fe6e73f3f |
UTF-8 | 趙렧肄펠렟 | 111010001011011010011001111010111010000010100111111010001000001010000100111011011000111010100000111010111010000010011111 | e8b699eba0a7e88284ed8ea0eba09f |
UHC | 趙렧肄펠렟 | 11110000111000011000111010110110111011001011110111000110111001111000111010110000 | f0e18eb6ecbdc6e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)