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 | ??踪枇ぎ | 0011111100111111111001110100100010010100111110001000001010101100 | 3f3fe74894f882ac |
EUC-JP | ??踪枇ぎ | 0011111100111111111011011010100111001000111110101010010010101110 | 3f3feda9c8faa4ae |
UTF-8 | 룴점踪枇ぎ | 111010111010001110110100111011001010000010010000111010001011100010101010111001101001111010000111111000111000000110001110 | eba3b4eca090e8b8aae69e87e3818e |
UHC | 룴점踪枇ぎ | 10001111101010011100000110100001111100011010000111011101111011011010101010101110 | 8fa9c1a1f1a1ddedaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)