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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?舵??? | 001111111001000111000111001111110011111100111111 | 3f91c73f3f3f |
EUC-JP | ?舵??? | 001111111100001011001001001111110011111100111111 | 3fc2c93f3f3f |
UTF-8 | 뤈舵쾹쬠렢 | 111010111010010010001000111010001000100010110101111011001011111010111001111011001010110010100000111010111010000010100010 | eba488e888b5ecbeb9ecaca0eba0a2 |
UHC | 뤈舵쾹쬠렢 | 10001111101110001111011011101100101100101000111111000010110110111000111010110011 | 8fb8f6ecb28fc2db8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)