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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸泓ぎ | 111001011111100010011111100101111000001010101100 | e5f89f9782ac |
EUC-JP | 褸泓ぎ | 111010101111101011011101111101111010010010101110 | eafaddf7a4ae |
UTF-8 | 褸泓ぎ | 111010001010010010111000111001101011001110010011111000111000000110001110 | e8a4b8e6b393e3818e |
UHC | 褸泓ぎ | 110101111010111011111011111100101010101010101110 | d7aefbf2aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)