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 | ???U? | 0011111100111111001111110101010100111111 | 3f3f3f553f |
SJIS-WIN | ?氓{U? | 00111111100111111000001010000001011011110101010100111111 | 3f9f82816f553f |
EUC-JP | ?氓{U? | 00111111110111011110001010100001110100000101010100111111 | 3fdde2a1d0553f |
UTF-8 | 뤗氓{U렱 | 11101011101001001001011111100110101100001001001111101111101111011001101101010101111010111010000010110001 | eba497e6b093efbd9b55eba0b1 |
UHC | 뤗氓{U렱 | 100011111100011111011000111011001010001111111011010101011000111010111110 | 8fc7d8eca3fb558ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)