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 | 渦f?節?? | 100010010101000110000010100001100011111110010000110111110011111100111111 | 895182863f90df3f3f |
EUC-JP | 渦f?節?? | 101100011011001010100011111001100011111111000000111000010011111100111111 | b1b2a3e63fc0e13f3f |
UTF-8 | 渦f눟節ㅿ쉽 | 111001101011100010100110111011111011110110000110111010111000100010011111111001111010111110000000111000111000010110111111111011001000100110111101 | e6b8a6efbd86eb889fe7af80e385bfec89bd |
UHC | 渦f눟節ㅿ쉽 | 111010001011111010100011111001101000011110110111111011111011110110100100111011111011110110110001 | e8bea3e687b7efbda4efbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)