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 | 熊????騷 | 1000110001000110001111110011111100111111001111111110100101111010 | 8c463f3f3f3fe97a |
EUC-JP | 熊????騷 | 1011011110100111001111110011111100111111001111111111000111011011 | b7a73f3f3f3ff1db |
UTF-8 | 熊ㅽ렢렑뤊騷 | 111001111000011010001010111000111000010110111101111010111010000010100010111010111010000010010001111010111010010010001010111010011010100010110111 | e7868ae385bdeba0a2eba091eba48ae9a8b7 |
UHC | 熊ㅽ렢렑뤊騷 | 111010101010100010100100111011011000111010110011100011101010011010001111101110101110000111010011 | eaa8a4ed8eb38ea68fbae1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)