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 | 弱??壯?? | 1000111011100011001111110011111110011010111000010011111100111111 | 8ee33f3f9ae13f3f |
EUC-JP | 弱??壯?? | 1011110011100101001111110011111111010100111000110011111100111111 | bce53f3fd4e33f3f |
UTF-8 | 弱녺춱壯뷴컛 | 111001011011110010110001111010111000010110111010111011001011011010110001111001011010001110101111111010111011011110110100111011001011101110011011 | e5bcb1eb85baecb6b1e5a3afebb7b4ecbb9b |
UHC | 弱녺춱壯뷴컛 | 111001011011000010000110111001111010110110001101111011011110000010111010111001011011000010000110 | e5b086e7ad8dede0bae5b086 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)