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 | 烝?運私?? | 111000000111111000111111100010010101111010001110100001000011111100111111 | e07e3f895e8e843f3f |
EUC-JP | 烝?運私?? | 110111111101111100111111101100011011111110111011111001000011111100111111 | dfdf3fb1bfbbe43f3f |
UTF-8 | 烝렫運私렟렪 | 111001111000001110011101111010111010000010101011111010011000000110001011111001111010011110000001111010111010000010011111111010111010000010101010 | e7839deba0abe9818be7a781eba09feba0aa |
UHC | 烝렫運私렟렪 | 111100011111011010001110101110011110101010100001110111101110011110001110101100001000111010111000 | f1f68eb9eaa1dee78eb08eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)