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 | ??O????? | 0011111100111111010011110011111100111111001111110011111100111111 | 3f3f4f3f3f3f3f3f |
SJIS-WIN | ??O????? | 0011111100111111010011110011111100111111001111110011111100111111 | 3f3f4f3f3f3f3f3f |
EUC-JP | ??O????? | 0011111100111111010011110011111100111111001111110011111100111111 | 3f3f4f3f3f3f3f3f |
UTF-8 | 렻렑O렺거렔렺㎈ | 11101011101000001011101111101011101000001001000101001111111010111010000010111010111010101011000110110000111010111010000010010100111010111010000010111010111000111000111010001000 | eba0bbeba0914feba0baeab1b0eba094eba0bae38e88 |
UHC | 렻렑O렺거렔렺㎈ | 100011101100001110001110101001100100111110001110110000101011000011000101100011101010100110001110110000101010011110111010 | 8ec38ea64f8ec2b0c58ea98ec2a7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)