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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 송씽렊안롒 | 111011001000011010100001111011001001010010111101111010111010000010001010111011001001010110001000111010111010000110010010 | ec86a1ec94bdeba08aec9588eba192 |
UHC | 송씽렊안롒 | 10111100110110111011111011000101100011101010000110111110110010001000111011010111 | bcdbbec58ea1bec88ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)