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 | ?②??る? | 0011111110000111010000010011111100111111100000101110100100111111 | 3f87413f3f82e93f |
EUC-JP | ????る? | 00111111001111110011111100111111101001001110101100111111 | 3f3f3f3fa4eb3f |
UTF-8 | 樂②폊溜る젪 | 111011111010011010111111111000101001000110100001111011011000111110001010111011111010011110001011111000111000001010001011111011001010000010101010 | efa6bfe291a1ed8f8aefa78be3828beca0aa |
UHC | 樂②폊溜る젪 | 111010001111100110101000111010001011110010010101111010101111111010101010111010111010000010100010 | e8f9a8e8bc95eafeaaeba0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)