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???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
UTF-8 | 了묋뮅L了묋뮅L^ | 111011111010011010111010111010111010110010001011111010111010111010000101010011001110111110100110101110101110101110101100100010111110101110101110100001010100110001011110 | efa6baebac8bebae854cefa6baebac8bebae854c5e |
UHC | 了묋뮅L了묋뮅L^ | 111010001110011110010001111010001001001010010100010011001110100011100111100100011110100010010010100101000100110001011110 | e8e791e892944ce8e791e892944c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)