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 | ??斐?市? | 0011111100111111100101001110001100111111100011100111001100111111 | 3f3f94e33f8e733f |
EUC-JP | ??斐?市? | 0011111100111111110010001110010100111111101110111101010000111111 | 3f3fc8e53fbbd43f |
UTF-8 | 롕뤃斐쥚市렪 | 111010111010000110010101111010111010010010000011111001101001011010010000111011001010010110011010111001011011100010000010111010111010000010101010 | eba195eba483e69690eca59ae5b882eba0aa |
UHC | 롕뤃斐쥚市렪 | 100011101101100110001111101101001101110111101100101000101000111111100011101111001000111010111000 | 8ed98fb4ddeca28fe3bc8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)