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 | ??????l | 00111111001111110011111100111111001111110011111101101100 | 3f3f3f3f3f3f6c |
SJIS-WIN | 節∽?夜??l | 10010000110111111000000111100100001111111001011011101001001111110011111101101100 | 90df81e43f96e93f3f6c |
EUC-JP | 節∽?夜??l | 11000000111000011010001011100110001111111100110011101011001111110011111101101100 | c0e1a2e63fcceb3f3f6c |
UTF-8 | 節∽풜夜쇽풊l | 11100111101011111000000011100010100010001011110111101101100100101001110011100101101001001001110011101100100001111011110111101101100100101000101001101100 | e7af80e288bded929ce5a49cec87bded928a6c |
UHC | 節∽풜夜쇽풊l | 11101111101111011010000111101111101111101001111111100101101010001011110011101111101111101001000001101100 | efbda1efbe9fe5a8bcefbe906c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)