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 | ??久??? | 00111111001111111000101101110110001111110011111100111111 | 3f3f8b763f3f3f |
EUC-JP | ??久??? | 00111111001111111011010111010111001111110011111100111111 | 3f3fb5d73f3f3f |
UTF-8 | 뤜법久뤶삡퉈 | 111010111010010010011100111010111011001010010101111001001011100110000101111010111010010010110110111011001000001010100001111011011000100110001000 | eba49cebb295e4b985eba4b6ec82a1ed8988 |
UHC | 뤜법久뤶삡퉈 | 100011111100101110111001111111011100111011111001100011111110010010111011111001001100010111111101 | 8fcbb9fdcef98fe4bbe4c5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)