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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
EUC-JP | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
UTF-8 | 쎼}쎼|쎼| | 111011001000111010111100011111011110110010001110101111000111110011101100100011101011110001111100 | ec8ebc7dec8ebc7cec8ebc7c |
UHC | 쎼}쎼|쎼| | 100110111110001101111101100110111110001101111100100110111110001101111100 | 9be37d9be37c9be37c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)