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 | ?る?濡?? | 0011111110000010111010010011111110010100010001110011111100111111 | 3f82e93f94473f3f |
EUC-JP | ?る?濡?? | 0011111110100100111010110011111111000111101010000011111100111111 | 3fa4eb3fc7a83f3f |
UTF-8 | 溜る죭濡낅죯 | 111011111010011110001011111000111000001010001011111011001010001110101101111001101011111110100001111010111000001010000101111011001010001110101111 | efa78be3828beca3ade6bfa1eb8285eca3af |
UHC | 溜る죭濡낅죯 | 111010101111111010101010111010111010000110001000111010111010000110000101111010111010000110001010 | eafeaaeba188eba185eba18a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)