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 | 節∽?弱?? | 100100001101111110000001111001000011111110001110111000110011111100111111 | 90df81e43f8ee33f3f |
EUC-JP | 節∽?弱?? | 110000001110000110100010111001100011111110111100111001010011111100111111 | c0e1a2e63fbce53f3f |
UTF-8 | 節∽풜弱놅쉽 | 111001111010111110000000111000101000100010111101111011011001001010011100111001011011110010110001111010111000011010000101111011001000100110111101 | e7af80e288bded929ce5bcb1eb8685ec89bd |
UHC | 節∽풜弱놅쉽 | 111011111011110110100001111011111011111010011111111001011011000010000110111011111011110110110001 | efbda1efbe9fe5b086efbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)