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 | 押??魏?? | 1000100110011111001111110011111111101001101100000011111100111111 | 899f3f3fe9b03f3f |
EUC-JP | 押??魏?? | 1011001010100001001111110011111111110010101100100011111100111111 | b2a13f3ff2b23f3f |
UTF-8 | 押믡끆魏길틦 | 111001101000101010111100111010111010111110100001111010111000000110000110111010011010110110001111111010101011100010111000111011011000101110100110 | e68abcebafa1eb8186e9ad8feab8b8ed8ba6 |
UHC | 押믡끆魏길틦 | 111001001110001110010010111000111000010110111010111010101110000010110001111001101011101010010000 | e4e392e385baeae0b1e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)