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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 솩셸솥셉씻렭 | 111011001000011010101001111011001000010110111000111011001000011010100101111011001000010110001001111011001001010010111011111010111010000010101101 | ec86a9ec85b8ec86a5ec8589ec94bbeba0ad |
UHC | 솩셸솥셉씻렭 | 101111001101111010111100110100001011110011011100101111001100000110111110110001001000111010111010 | bcdebcd0bcdcbcc1bec48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)