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 | ???尊?? | 00111111001111110011111110010001101110000011111100111111 | 3f3f3f91b83f3f |
EUC-JP | ???尊?? | 00111111001111110011111111000010101110100011111100111111 | 3f3f3fc2ba3f3f |
UTF-8 | 얄롕렪尊렟렿 | 111011001001011010000100111010111010000110010101111010111010000010101010111001011011000010001010111010111010000010011111111010111010000010111111 | ec9684eba195eba0aae5b08aeba09feba0bf |
UHC | 얄롕렪尊렟렿 | 101111101110001010001110110110011000111010111000111100001110111010001110101100001000111011000111 | bee28ed98eb8f0ee8eb08ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)