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 | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
SJIS-WIN | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
EUC-JP | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
UTF-8 | 셔샬}셔섈셔서 | 11101100100001011001010011101100100000111010110001111101111011001000010110010100111011001000010010001000111011001000010110010100111011001000010010011100 | ec8594ec83ac7dec8594ec8488ec8594ec849c |
UHC | 셔샬}셔섈셔서 | 10111100110001011011110010100011011111011011110011000101101111001010101010111100110001011011110010101101 | bcc5bca37dbcc5bcaabcc5bcad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)