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 | ?悠ゅ?功イ | 00111111100101110100100110000010111000110011111110001100111101111000001101000011 | 3f974982e33f8cf78343 |
EUC-JP | ?悠ゅ?功イ | 00111111110011011010101010100100111001010011111110111000111110011010010110100100 | 3fcdaaa4e53fb8f9a5a4 |
UTF-8 | 룫悠ゅ룴功イ | 111010111010001110101011111001101000001010100000111000111000001010000101111010111010001110110100111001011000101010011111111000111000001010100100 | eba3abe682a0e38285eba3b4e58a9fe382a4 |
UHC | 룫悠ゅ룴功イ | 100011111010001011101010111011011010101011100101100011111010100111001101111011011010101110100100 | 8fa2eaedaae58fa9cdedaba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)