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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | ?帖幀陝??t | 00111111100100101001111110011011111010101110100010011111001111110011111101110100 | 3f929f9beae89f3f3f74 |
EUC-JP | ?帖幀陝??t | 00111111110001001010000111010110111011001111000010100001001111110011111101110100 | 3fc4a1d6ecf0a13f3f74 |
UTF-8 | 뤋帖幀陝샅렧t | 11101011101001001000101111100101101110001001011011100101101110011000000011101001100110011001110111101100100000111000010111101011101000001010011101110100 | eba48be5b896e5b980e9999dec8385eba0a774 |
UHC | 뤋帖幀陝샅렧t | 10001111101110111111010011011110111011111101001111100000111011011011101111110100100011101011011001110100 | 8fbbf4deefd3e0edbbf48eb674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)