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 | 褥λ?涅μ? | 11100101111100011000001111001001001111111001111110111000100000111100101000111111 | e5f183c93f9fb883ca3f |
EUC-JP | 褥λ?涅μ? | 11101010111100111010011011001011001111111101111010111010101001101100110000111111 | eaf3a6cb3fdebaa6cc3f |
UTF-8 | 褥λ젫涅μ삙 | 11101000101001001010010111001110101110111110110010100000101010111110011010110110100001011100111010111100111011001000001010011001 | e8a4a5cebbeca0abe6b685cebcec8299 |
UHC | 褥λ젫涅μ삙 | 111010011011001110100101111010111010000010100011111001101110111010100101111011001001100010011100 | e9b3a5eba0a3e6eea5ec989c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)